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