| Index: content/browser/android/browser_startup_controller.cc
|
| diff --git a/content/browser/android/browser_startup_controller.cc b/content/browser/android/browser_startup_controller.cc
|
| index 7b594524be431c5aec4d7ca951ec110adf1f55dc..98b90ba95f2c376102d7593434feff3319a6a3c4 100644
|
| --- a/content/browser/android/browser_startup_controller.cc
|
| +++ b/content/browser/android/browser_startup_controller.cc
|
| @@ -10,6 +10,8 @@
|
|
|
| #include "jni/BrowserStartupController_jni.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +
|
| namespace content {
|
|
|
| bool BrowserMayStartAsynchronously() {
|
|
|