Index: chrome/browser/ui/webui/options2/content_settings_handler.h |
diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.h b/chrome/browser/ui/webui/options2/content_settings_handler.h |
similarity index 98% |
rename from chrome/browser/ui/webui/options2/content_settings_handler2.h |
rename to chrome/browser/ui/webui/options2/content_settings_handler.h |
index 873e987ea9fa07643c6373d8e2f0c07869a3ce33..43da1c3446a27cad46aadec440ad8fc2a7331db4 100644 |
--- a/chrome/browser/ui/webui/options2/content_settings_handler2.h |
+++ b/chrome/browser/ui/webui/options2/content_settings_handler.h |
@@ -2,8 +2,8 @@ |
// 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_CONTENT_SETTINGS_HANDLER2_H_ |
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_CONTENT_SETTINGS_HANDLER2_H_ |
+#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS2_CONTENT_SETTINGS_HANDLER_H_ |
+#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_CONTENT_SETTINGS_HANDLER_H_ |
#pragma once |
#include <map> |
@@ -12,7 +12,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/pepper_flash_settings_manager.h" |
#include "chrome/browser/prefs/pref_change_registrar.h" |
-#include "chrome/browser/ui/webui/options2/options_ui2.h" |
+#include "chrome/browser/ui/webui/options2/options_ui.h" |
#include "chrome/common/content_settings_types.h" |
#include "chrome/common/content_settings.h" |
#include "content/public/browser/notification_observer.h" |
@@ -184,4 +184,4 @@ class ContentSettingsHandler : public OptionsPageUIHandler, |
} // namespace options2 |
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CONTENT_SETTINGS_HANDLER2_H_ |
+#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CONTENT_SETTINGS_HANDLER_H_ |