summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-08 11:55:45 +0100
committerSteve Block <steveblock@google.com>2011-06-08 11:55:45 +0100
commit3d1195ca6a380e5af16e3a505a007369cf18a4db (patch)
treebdbf2f48ece0b654af8c02e9bda65563a690ebb4 /Source/WebCore
parent8dc5cf421626552644b657639d1e75549a3ff51f (diff)
downloadexternal_webkit-3d1195ca6a380e5af16e3a505a007369cf18a4db.zip
external_webkit-3d1195ca6a380e5af16e3a505a007369cf18a4db.tar.gz
external_webkit-3d1195ca6a380e5af16e3a505a007369cf18a4db.tar.bz2
Fix some include guards in Android files
This will become relevant after we merge beyond http://trac.webkit.org/changeset/81977 (and its follow-up build fixes r81982, r81988, r81990, r82018) which relies on all platforms' instances of FontPlatformData.h using the correct include guard. Change-Id: I58ec4c8ee23698c41d86794333d603b95f303764
Diffstat (limited to 'Source/WebCore')
-rw-r--r--Source/WebCore/platform/graphics/android/FontPlatformData.h4
-rw-r--r--Source/WebCore/platform/graphics/android/PerformanceMonitor.h6
-rw-r--r--Source/WebCore/plugins/android/PluginClient.h6
3 files changed, 8 insertions, 8 deletions
diff --git a/Source/WebCore/platform/graphics/android/FontPlatformData.h b/Source/WebCore/platform/graphics/android/FontPlatformData.h
index ba30efe..498db47 100644
--- a/Source/WebCore/platform/graphics/android/FontPlatformData.h
+++ b/Source/WebCore/platform/graphics/android/FontPlatformData.h
@@ -27,8 +27,8 @@
// This file is part of the internal font implementation. It should not be included by anyone other than
// FontMac.cpp, FontWin.cpp and Font.cpp.
-#ifndef FontPlatformData_H
-#define FontPlatformData_H
+#ifndef FontPlatformData_h
+#define FontPlatformData_h
#include "FontOrientation.h"
#include <wtf/text/StringImpl.h>
diff --git a/Source/WebCore/platform/graphics/android/PerformanceMonitor.h b/Source/WebCore/platform/graphics/android/PerformanceMonitor.h
index 4c3afd1..f4aaa92 100644
--- a/Source/WebCore/platform/graphics/android/PerformanceMonitor.h
+++ b/Source/WebCore/platform/graphics/android/PerformanceMonitor.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef PERFORMANCEMONITOR_H_
-#define PERFORMANCEMONITOR_H_
+#ifndef PerformanceMonitor_h
+#define PerformanceMonitor_h
#include "config.h"
@@ -55,4 +55,4 @@ private:
}
-#endif /* PERFORMANCEMONITOR_H_ */
+#endif // PerformanceMonitor_h
diff --git a/Source/WebCore/plugins/android/PluginClient.h b/Source/WebCore/plugins/android/PluginClient.h
index e3f7ddf..a8c69d3 100644
--- a/Source/WebCore/plugins/android/PluginClient.h
+++ b/Source/WebCore/plugins/android/PluginClient.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef PLUGINCLIENT_H_
-#define PLUGINCLIENT_H_
+#ifndef PluginClient_h
+#define PluginClient_h
#include "PlatformString.h"
#include <wtf/Vector.h>
@@ -42,4 +42,4 @@ namespace android {
};
}
-#endif /* PLUGINCLIENT_H_ */
+#endif // PluginClient_h