| 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
|
|
|