summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreFrameBridge.h
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/WebKit/android/jni/WebCoreFrameBridge.h
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/WebKit/android/jni/WebCoreFrameBridge.h')
-rw-r--r--Source/WebKit/android/jni/WebCoreFrameBridge.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebKit/android/jni/WebCoreFrameBridge.h b/Source/WebKit/android/jni/WebCoreFrameBridge.h
index 6522a5f..2e2468c 100644
--- a/Source/WebKit/android/jni/WebCoreFrameBridge.h
+++ b/Source/WebKit/android/jni/WebCoreFrameBridge.h
@@ -25,8 +25,8 @@
// TODO: change name to WebFrame.h
-#ifndef WEBFRAME_H
-#define WEBFRAME_H
+#ifndef WebCoreFrameBridge_h
+#define WebCoreFrameBridge_h
#include "FrameLoaderClient.h"
#include "PlatformBridge.h"
@@ -170,4 +170,4 @@ private:
} // namespace android
-#endif // WEBFRAME_H
+#endif // WebCoreFrameBridge_h