summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/benchmark
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-08 04:19:03 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-08 04:19:03 -0700
commite710a8cbca96899e08ee0d427bcd8968cbcec9f0 (patch)
tree0665199d498b07c7f784cfc762373a7b66abb6cc /Source/WebKit/android/benchmark
parent2281d6c3134384e2ba143f406de90be46d8e887f (diff)
parent3d1195ca6a380e5af16e3a505a007369cf18a4db (diff)
downloadexternal_webkit-e710a8cbca96899e08ee0d427bcd8968cbcec9f0.zip
external_webkit-e710a8cbca96899e08ee0d427bcd8968cbcec9f0.tar.gz
external_webkit-e710a8cbca96899e08ee0d427bcd8968cbcec9f0.tar.bz2
Merge "Fix some include guards in Android files"
Diffstat (limited to 'Source/WebKit/android/benchmark')
-rw-r--r--Source/WebKit/android/benchmark/Intercept.h4
-rw-r--r--Source/WebKit/android/benchmark/MyJavaVM.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/Source/WebKit/android/benchmark/Intercept.h b/Source/WebKit/android/benchmark/Intercept.h
index edd5123..6694dba 100644
--- a/Source/WebKit/android/benchmark/Intercept.h
+++ b/Source/WebKit/android/benchmark/Intercept.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef INTERCEPT_H
-#define INTERCEPT_H
+#ifndef Intercept_h
+#define Intercept_h
#include "MyJavaVM.h"
#include "PlatformString.h"
diff --git a/Source/WebKit/android/benchmark/MyJavaVM.h b/Source/WebKit/android/benchmark/MyJavaVM.h
index 36d478d..3092161 100644
--- a/Source/WebKit/android/benchmark/MyJavaVM.h
+++ b/Source/WebKit/android/benchmark/MyJavaVM.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef MY_JAVA_VM_H
-#define MY_JAVA_VM_H
+#ifndef MyJavaVM_h
+#define MyJavaVM_h
// Make it 1 just to appease any assertions or checks for valid objects
#define MY_JOBJECT ((jobject) 1)