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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/internet_options_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/chromeos/internet_options_handler.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/internet_options_handler.cc
index d623d6f1d13082771c946047e4f8b8b581a0f1de..91477c837aa093b30b6ee03b7548b863f3c41c55 100644
--- a/chrome/browser/ui/webui/options2/chromeos/internet_options_handler.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/internet_options_handler.cc
@@ -475,7 +475,7 @@ DictionaryValue* BuildIPInfoDictionary(const DictionaryValue& shill_properties,
} // namespace
-namespace options2 {
+namespace options {
InternetOptionsHandler::InternetOptionsHandler()
: ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
@@ -1757,4 +1757,4 @@ void InternetOptionsHandler::SetValueDictionary(
settings->Set(key, value_dict);
}
-} // namespace options2
+} // namespace options

Powered by Google App Engine
This is Rietveld 408576698