Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
similarity index 98% |
rename from chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc |
rename to chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
index 5ba4ff85ddfa656b5ad9462f04d074b09b04330c..ea0d970a17e5ea66455a14a83110fbb5ac55d465 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.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/chromeos/core_chromeos_options_handler.h" |
+#include "chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h" |
#include <string> |
@@ -19,7 +19,7 @@ |
#include "chrome/browser/prefs/pref_set_observer.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/webui/chromeos/ui_account_tweaks.h" |
-#include "chrome/browser/ui/webui/options2/chromeos/accounts_options_handler.h" |
+#include "chrome/browser/ui/webui/options/chromeos/accounts_options_handler.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/pref_names.h" |
#include "content/public/browser/notification_details.h" |