| Index: chrome/browser/ui/webui/options2/web_intents_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/web_intents_settings_handler.cc b/chrome/browser/ui/webui/options2/web_intents_settings_handler.cc
|
| index 112b75e15fddb2d4bb75a98d81525bbba3407405..7ceac116abf8fce01327ae9182383206329a99ec 100644
|
| --- a/chrome/browser/ui/webui/options2/web_intents_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options2/web_intents_settings_handler.cc
|
| @@ -21,7 +21,7 @@
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| WebIntentsSettingsHandler::WebIntentsSettingsHandler()
|
| : web_intents_registry_(NULL),
|
| @@ -161,4 +161,4 @@ void WebIntentsSettingsHandler::SendChildren(WebIntentsTreeNode* parent) {
|
| web_ui()->CallJavascriptFunction("IntentsView.loadChildren", args);
|
| }
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|