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

Unified Diff: chrome/browser/ui/webui/options2/import_data_handler.h

Issue 10857071: Options: Rename options2 namespace to options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 8 years, 4 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/options2/import_data_handler.h
diff --git a/chrome/browser/ui/webui/options2/import_data_handler.h b/chrome/browser/ui/webui/options2/import_data_handler.h
index 5f49c94d8d8f6951ec69568ad438bca7b5a1d1bc..7c6ffab65d4599eada5d163383b49c2e9eb3208b 100644
--- a/chrome/browser/ui/webui/options2/import_data_handler.h
+++ b/chrome/browser/ui/webui/options2/import_data_handler.h
@@ -16,7 +16,7 @@
class ImporterHost;
class ImporterList;
-namespace options2 {
+namespace options {
// Chrome personal stuff import data overlay UI handler.
class ImportDataHandler : public OptionsPageUIHandler,
@@ -58,6 +58,6 @@ class ImportDataHandler : public OptionsPageUIHandler,
DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_IMPORT_DATA_HANDLER_H_
« no previous file with comments | « chrome/browser/ui/webui/options2/home_page_overlay_handler.cc ('k') | chrome/browser/ui/webui/options2/import_data_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698