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

Unified Diff: chrome/browser/ui/webui/options2/web_intents_settings_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/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
« no previous file with comments | « chrome/browser/ui/webui/options2/web_intents_settings_handler.h ('k') | chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698