Fixed header guards, thanks Ryan!

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@271 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2012-07-03 15:32:58 +02:00
committed by Alexandre Deckner
parent b943093b1b
commit 572a465779
2 changed files with 6 additions and 8 deletions
@@ -5,9 +5,8 @@
* Authors: * Authors:
* Oliver Tappe <[email protected]> * Oliver Tappe <[email protected]>
*/ */
#ifndef _AUTO_COMPLETER_H
#ifndef AUTO_COMPLETEER_H #define _AUTO_COMPLETER_H
#define AUTO_COMPLETEER_H
#include <MessageFilter.h> #include <MessageFilter.h>
@@ -153,4 +152,4 @@ private:
}; };
#endif // AUTO_COMPLETEER_H #endif // _AUTO_COMPLETER_H
@@ -5,9 +5,8 @@
* Authors: * Authors:
* Oliver Tappe <[email protected]> * Oliver Tappe <[email protected]>
*/ */
#ifndef _AUTO_COMPLETER_DEFAULT_IMPL_H
#ifndef AUTO_COMPLETER_DEFAULT_IMPL_H #define _AUTO_COMPLETER_DEFAULT_IMPL_H
#define AUTO_COMPLETER_DEFAULT_IMPL_H
#include <ListView.h> #include <ListView.h>
#include <String.h> #include <String.h>
@@ -90,4 +89,4 @@ private:
ListView* fListView; ListView* fListView;
}; };
#endif // AUTO_COMPLETER_DEFAULT_IMPL_H #endif // _AUTO_COMPLETER_DEFAULT_IMPL_H