Index: chrome/browser/ui/webui/options/autofill_options_handler.h |
diff --git a/chrome/browser/ui/webui/options2/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h |
similarity index 93% |
rename from chrome/browser/ui/webui/options2/autofill_options_handler.h |
rename to chrome/browser/ui/webui/options/autofill_options_handler.h |
index 18af5b0644984a57f1ef99412b9371c588439783..63564875cbfb3d799940752897d4879b5fbdecb0 100644 |
--- a/chrome/browser/ui/webui/options2/autofill_options_handler.h |
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS2_AUTOFILL_OPTIONS_HANDLER_H_ |
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_AUTOFILL_OPTIONS_HANDLER_H_ |
+#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_AUTOFILL_OPTIONS_HANDLER_H_ |
+#define CHROME_BROWSER_UI_WEBUI_OPTIONS_AUTOFILL_OPTIONS_HANDLER_H_ |
#include <string> |
#include "base/compiler_specific.h" |
#include "chrome/browser/autofill/personal_data_manager_observer.h" |
-#include "chrome/browser/ui/webui/options2/options_ui.h" |
+#include "chrome/browser/ui/webui/options/options_ui.h" |
class PersonalDataManager; |
@@ -94,4 +94,4 @@ class AutofillOptionsHandler : public OptionsPageUIHandler, |
} // namespace options |
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_AUTOFILL_OPTIONS_HANDLER_H_ |
+#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_AUTOFILL_OPTIONS_HANDLER_H_ |