Fixing up #ifndef inlcude name.
Change-Id: I0dd2f8c18aaaf4cea7b7a6df44e42f889af90ed6
diff --git a/vm/oo/ObjectInlines.h b/vm/oo/ObjectInlines.h
index e65a3f8..1192059 100644
--- a/vm/oo/ObjectInlines.h
+++ b/vm/oo/ObjectInlines.h
@@ -17,8 +17,8 @@
/*
* Helper functions to access data fields in Objects.
*/
-#ifndef _DALVIK_OO_OBJECTACCESS
-#define _DALVIK_OO_OBJECTACCESS
+#ifndef _DALVIK_OO_OBJECTINLINES
+#define _DALVIK_OO_OBJECTINLINES
/*
* Store a single value in the array, and note in the write barrier.
@@ -223,4 +223,4 @@
dvmQuasiAtomicSwap64(val, addr);
}
-#endif /*_DALVIK_OO_OBJECTACCESS*/
+#endif /*_DALVIK_OO_OBJECTINLINES*/