Index: components/devtools_bridge/android/session_dependency_factory_android.h |
diff --git a/components/devtools_bridge/android/session_dependency_factory_android.h b/components/devtools_bridge/android/session_dependency_factory_android.h |
index bfc8264d49ad04ff9d7847a6ac1504d838df0774..62ecae3222b6809065cd618c6c017b98701d9b1d 100644 |
--- a/components/devtools_bridge/android/session_dependency_factory_android.h |
+++ b/components/devtools_bridge/android/session_dependency_factory_android.h |
@@ -5,9 +5,8 @@ |
#ifndef COMPONENTS_DEVTOOLS_BRIDGE_ANDROID_SESSION_DEPENDENCY_FACTORY_ANDROID_H_ |
#define COMPONENTS_DEVTOOLS_BRIDGE_ANDROID_SESSION_DEPENDENCY_FACTORY_ANDROID_H_ |
-#include <jni.h> |
- |
#include "components/devtools_bridge/session_dependency_factory.h" |
+#include "jni.h" |
namespace devtools_bridge { |
namespace android { |
@@ -17,7 +16,7 @@ |
SessionDependencyFactoryAndroid(); |
virtual ~SessionDependencyFactoryAndroid(); |
- static bool RegisterNatives(JNIEnv* env); |
+ static void RegisterNatives(JNIEnv* env); |
virtual scoped_ptr<AbstractPeerConnection> CreatePeerConnection( |
scoped_ptr<RTCConfiguration> config, |