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

Unified Diff: chrome/browser/ui/webui/options2/options_ui_browsertest.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/options_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/options2/options_ui_browsertest.cc b/chrome/browser/ui/webui/options2/options_ui_browsertest.cc
index 7e019bf417f6bd4829f306e07854d3fdbf327fdf..1dd06e219e528fcfa426d9678f0a18a9dfbfc0b5 100644
--- a/chrome/browser/ui/webui/options2/options_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/options2/options_ui_browsertest.cc
@@ -15,7 +15,7 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
-namespace options2 {
+namespace options {
OptionsBrowserTest::OptionsBrowserTest() {
}
@@ -48,4 +48,4 @@ IN_PROC_BROWSER_TEST_F(OptionsBrowserTest, FLAKY_LoadOptionsByURL) {
VerifyNavbar();
}
-} // namespace options2
+} // namespace options
« no previous file with comments | « chrome/browser/ui/webui/options2/options_ui_browsertest.h ('k') | chrome/browser/ui/webui/options2/password_manager_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698