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

Unified Diff: chrome/browser/ui/webui/options/language_options_handler_common.cc

Issue 10837331: Options: s/options2/options/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wut 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/options/language_options_handler_common.cc
diff --git a/chrome/browser/ui/webui/options2/language_options_handler_common.cc b/chrome/browser/ui/webui/options/language_options_handler_common.cc
similarity index 98%
rename from chrome/browser/ui/webui/options2/language_options_handler_common.cc
rename to chrome/browser/ui/webui/options/language_options_handler_common.cc
index 6d8b37c7203ca90cc4e6768368d8ee3a92f466bd..673b3e9ae3f54dfffc6be752f0709b9d07d45e5e 100644
--- a/chrome/browser/ui/webui/options2/language_options_handler_common.cc
+++ b/chrome/browser/ui/webui/options/language_options_handler_common.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/webui/options2/language_options_handler_common.h"
+#include "chrome/browser/ui/webui/options/language_options_handler_common.h"
#include <map>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698