Index: chrome/browser/ui/webui/options/home_page_overlay_handler.h |
diff --git a/chrome/browser/ui/webui/options2/home_page_overlay_handler.h b/chrome/browser/ui/webui/options/home_page_overlay_handler.h |
similarity index 81% |
rename from chrome/browser/ui/webui/options2/home_page_overlay_handler.h |
rename to chrome/browser/ui/webui/options/home_page_overlay_handler.h |
index 9587705ed19689e02ef77bd6ed2cec42e0cfb5d1..1b393dbbb74c2dc5bb80a51736ef5391281874fa 100644 |
--- a/chrome/browser/ui/webui/options2/home_page_overlay_handler.h |
+++ b/chrome/browser/ui/webui/options/home_page_overlay_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_HOME_PAGE_OVERLAY_HANDLER_H_ |
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_HOME_PAGE_OVERLAY_HANDLER_H_ |
+#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_HOME_PAGE_OVERLAY_HANDLER_H_ |
+#define CHROME_BROWSER_UI_WEBUI_OPTIONS_HOME_PAGE_OVERLAY_HANDLER_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/autocomplete/autocomplete_controller_delegate.h" |
-#include "chrome/browser/ui/webui/options2/options_ui.h" |
+#include "chrome/browser/ui/webui/options/options_ui.h" |
class AutocompleteController; |
@@ -44,4 +44,4 @@ class HomePageOverlayHandler : public OptionsPageUIHandler, |
} // namespace options |
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_HOME_PAGE_OVERLAY_HANDLER_H_ |
+#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_HOME_PAGE_OVERLAY_HANDLER_H_ |