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

Unified Diff: chrome/browser/ui/webui/options2/content_settings_handler.cc

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/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options2/content_settings_handler.cc b/chrome/browser/ui/webui/options2/content_settings_handler.cc
index 70aa30a60cda33a32dbd502ce1b1bc5bd86cc80e..48fb7ba585d9062668bd0eb8fd821a4226c81ed1 100644
--- a/chrome/browser/ui/webui/options2/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options2/content_settings_handler.cc
@@ -285,7 +285,7 @@ bool IsValidHost(const std::string& host) {
} // namespace
-namespace options2 {
+namespace options {
class ContentSettingsHandler::ExContentSettingsType {
public:
@@ -1338,4 +1338,4 @@ std::string ContentSettingsHandler::ExContentSettingsTypeToGroupName(
return std::string();
}
-} // namespace options2
+} // namespace options
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler.h ('k') | chrome/browser/ui/webui/options2/cookies_view_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698