summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/benchmark
diff options
context:
space:
mode:
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)