| Index: chrome/browser/ui/webui/options2/core_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/core_options_handler.cc b/chrome/browser/ui/webui/options2/core_options_handler.cc
|
| index 5a2b5c715cccc6336866ffe8cde22181eaf79d04..d64ea0fea82110556c36270f428062b6d693a18e 100644
|
| --- a/chrome/browser/ui/webui/options2/core_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options2/core_options_handler.cc
|
| @@ -31,7 +31,7 @@
|
|
|
| using content::UserMetricsAction;
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| CoreOptionsHandler::CoreOptionsHandler()
|
| : handlers_host_(NULL) {
|
| @@ -480,4 +480,4 @@ void CoreOptionsHandler::UpdatePepperFlashSettingsEnabled() {
|
| "OptionsPage.setPepperFlashSettingsEnabled", *enabled);
|
| }
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|