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

Unified Diff: chrome/browser/dom_ui/sync_options_handler.h

Issue 2819046: Make the personal stuff page viewable. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Remove the two old line for sync in gypi Created 10 years, 5 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
« no previous file with comments | « chrome/browser/dom_ui/personal_options_handler.cc ('k') | chrome/browser/dom_ui/sync_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/sync_options_handler.h
diff --git a/chrome/browser/chromeos/dom_ui/sync_options_handler.h b/chrome/browser/dom_ui/sync_options_handler.h
similarity index 68%
rename from chrome/browser/chromeos/dom_ui/sync_options_handler.h
rename to chrome/browser/dom_ui/sync_options_handler.h
index a58c583dbc7424bde68cec530da2b537fdbb885b..8c7923c32476f4a85fb086ab96af011df64c6bff 100644
--- a/chrome/browser/chromeos/dom_ui/sync_options_handler.h
+++ b/chrome/browser/dom_ui/sync_options_handler.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_DOM_UI_SYNC_OPTIONS_HANDLER_H_
-#define CHROME_BROWSER_CHROMEOS_DOM_UI_SYNC_OPTIONS_HANDLER_H_
+#ifndef CHROME_BROWSER_DOM_UI_SYNC_OPTIONS_HANDLER_H_
+#define CHROME_BROWSER_DOM_UI_SYNC_OPTIONS_HANDLER_H_
#include "chrome/browser/dom_ui/options_ui.h"
-// ChromeOS system options page UI handler.
+// Chrome sync options page UI handler.
class SyncOptionsHandler : public OptionsPageUIHandler {
public:
SyncOptionsHandler();
@@ -20,4 +20,4 @@ class SyncOptionsHandler : public OptionsPageUIHandler {
DISALLOW_COPY_AND_ASSIGN(SyncOptionsHandler);
};
-#endif // CHROME_BROWSER_CHROMEOS_DOM_UI_SYNC_OPTIONS_HANDLER_H_
+#endif // CHROME_BROWSER_DOM_UI_SYNC_OPTIONS_HANDLER_H_
« no previous file with comments | « chrome/browser/dom_ui/personal_options_handler.cc ('k') | chrome/browser/dom_ui/sync_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698