Index: base/android/context_utils.h |
diff --git a/base/android/context_utils.h b/base/android/context_utils.h |
index 67e6335245c4e41ccdc2a72c60f2cca13a1aece4..52895a9a5306382d747942543e4492428f524a93 100644 |
--- a/base/android/context_utils.h |
+++ b/base/android/context_utils.h |
@@ -16,7 +16,7 @@ namespace android { |
// Gets a global ref to the application context set with |
// InitApplicationContext(). Ownership is retained by the function - the caller |
// must NOT release it. |
-const BASE_EXPORT jobject GetApplicationContext(); |
+BASE_EXPORT jobject GetApplicationContext(); |
// Initialize the global application context object. |
// Either this or the Java equivalent ContextUtils.initApplicationContext must |