| Index: chrome/browser/ui/webui/sync_setup_handler.h
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler.h b/chrome/browser/ui/webui/sync_setup_handler.h
|
| index 2763df499c7b020567979491099157eaca0d2782..e89b9cf44e12e7ccf52c3185a9ecad050e64bb9a 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/signin/signin_tracker.h"
|
| #include "chrome/browser/sync/sync_setup_flow_handler.h"
|
| -#include "chrome/browser/ui/webui/options/options_ui.h"
|
| +#include "chrome/browser/ui/webui/options2/options_ui2.h"
|
|
|
| class LoginUIService;
|
| class ProfileManager;
|
| @@ -17,7 +17,7 @@ class ProfileSyncService;
|
| class SigninManager;
|
| class SyncSetupFlow;
|
|
|
| -class SyncSetupHandler : public OptionsPageUIHandler,
|
| +class SyncSetupHandler : public options2::OptionsPageUIHandler,
|
| public SyncSetupFlowHandler,
|
| public SigninTracker::Observer {
|
| public:
|
|
|