Index: chrome/browser/platform_util.h |
diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h |
index 6c46b4dba3af1be451d56efc0503b5d664ff7368..651ae89611e9fa13f5d51142a3965b4a13a46c38 100644 |
--- a/chrome/browser/platform_util.h |
+++ b/chrome/browser/platform_util.h |
@@ -98,7 +98,7 @@ bool IsVisible(gfx::NativeView view); |
bool IsSwipeTrackingFromScrollEventsEnabled(); |
#endif |
-#if defined(OS_ANDROID) |
+#if defined(OS_ANDROID) && !defined(USE_AURA) |
bool RegisterPlatformUtil(JNIEnv* env); |
#endif |
} // namespace platform_util |