| 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 5df6ca82a788a7fe9f335a3c80a6c4828f2fbf2a..605c5abf114b79e0a571761f14e6e5601cf64b96 100644
|
| --- a/chrome/browser/android/web_contents_factory.cc
|
| +++ b/chrome/browser/android/web_contents_factory.cc
|
| @@ -14,7 +14,7 @@
|
|
|
| static ScopedJavaLocalRef<jobject> CreateWebContents(
|
| JNIEnv* env,
|
| - jclass clazz,
|
| + const JavaParamRef<jclass>& clazz,
|
| jboolean incognito,
|
| jboolean initially_hidden) {
|
| Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
|
|
|