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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/pointer_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/chromeos/pointer_handler.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc b/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
index 6a336120771c7cc073b8c02ec5557f2475e8e907..8a9c2b66d4099902dcfb26e50da8eb591db7ed94 100644
--- a/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
@@ -13,7 +13,7 @@
#include "ui/base/l10n/l10n_util.h"
namespace chromeos {
-namespace options2 {
+namespace options {
PointerHandler::PointerHandler()
: has_touchpad_(false),
@@ -78,5 +78,5 @@ void PointerHandler::UpdateTitle() {
web_ui()->CallJavascriptFunction("PointerOverlay.setTitle", val);
}
-} // namespace options2
+} // namespace options
} // namespace chromeos
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/pointer_handler.h ('k') | chrome/browser/ui/webui/options2/chromeos/proxy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698