| Index: chrome/browser/android/chrome_sync_shell_main_delegate.cc
|
| diff --git a/chrome/browser/android/chrome_sync_shell_main_delegate.cc b/chrome/browser/android/chrome_sync_shell_main_delegate.cc
|
| index b5bc9ed95c4405a289ad276e20bda8d7a7288380..2ea04f7f1f4afbf46435fadf8c67df18eb874208 100644
|
| --- a/chrome/browser/android/chrome_sync_shell_main_delegate.cc
|
| +++ b/chrome/browser/android/chrome_sync_shell_main_delegate.cc
|
| @@ -19,6 +19,6 @@ int ChromeSyncShellMainDelegate::RunProcess(
|
| if (process_type.empty()) {
|
| FakeServerHelperAndroid::Register(base::android::AttachCurrentThread());
|
| }
|
| - return ChromeMainDelegateStagingAndroid::RunProcess(
|
| + return ChromeMainDelegateAndroid::RunProcess(
|
| process_type, main_function_params);
|
| }
|
|
|