| Index: chrome/browser/android/chrome_sync_shell_main_delegate.h
|
| diff --git a/chrome/browser/android/chrome_sync_shell_main_delegate.h b/chrome/browser/android/chrome_sync_shell_main_delegate.h
|
| index c4d2d8892e0e708bc41c7e82c6e0c941d803f39d..f786fc77358d2ca9941dc357d3dbcf1f808c73b4 100644
|
| --- a/chrome/browser/android/chrome_sync_shell_main_delegate.h
|
| +++ b/chrome/browser/android/chrome_sync_shell_main_delegate.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef CHROME_BROWSER_ANDROID_CHROME_SYNC_SHELL_MAIN_DELEGATE_H_
|
| #define CHROME_BROWSER_ANDROID_CHROME_SYNC_SHELL_MAIN_DELEGATE_H_
|
|
|
| -#include "chrome/browser/android/chrome_main_delegate_staging_android.h"
|
| +#include "chrome/app/android/chrome_main_delegate_android.h"
|
|
|
| -class ChromeSyncShellMainDelegate
|
| - : public ChromeMainDelegateStagingAndroid {
|
| +class ChromeSyncShellMainDelegate : public ChromeMainDelegateAndroid {
|
| public:
|
| ChromeSyncShellMainDelegate();
|
| ~ChromeSyncShellMainDelegate() override;
|
|
|