Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: chrome/browser/ui/webui/sync_setup_handler.h

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698