| Index: chrome/browser/android/web_contents_factory.cc
|
| diff --git a/chrome/browser/android/web_contents_factory.cc b/chrome/browser/android/web_contents_factory.cc
|
| index d957e548ccc329d6893539b51fbfdff3313048fb..37a07999eb521ed68e1d2cf167202187a83cb0d5 100644
|
| --- a/chrome/browser/android/web_contents_factory.cc
|
| +++ b/chrome/browser/android/web_contents_factory.cc
|
| @@ -12,6 +12,9 @@
|
| #include "content/public/browser/web_contents.h"
|
| #include "jni/WebContentsFactory_jni.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +using base::android::ScopedJavaLocalRef;
|
| +
|
| static ScopedJavaLocalRef<jobject> CreateWebContents(
|
| JNIEnv* env,
|
| const JavaParamRef<jclass>& clazz,
|
|
|