Index: chrome/browser/ui/webui/options2/certificate_manager_handler.h |
diff --git a/chrome/browser/ui/webui/options2/certificate_manager_handler2.h b/chrome/browser/ui/webui/options2/certificate_manager_handler.h |
similarity index 98% |
rename from chrome/browser/ui/webui/options2/certificate_manager_handler2.h |
rename to chrome/browser/ui/webui/options2/certificate_manager_handler.h |
index 4bc61cdd254f104e49ae47f0faf68e119e313394..99f73895a8814c2217c6c76eff61dfe15fdb25df 100644 |
--- a/chrome/browser/ui/webui/options2/certificate_manager_handler2.h |
+++ b/chrome/browser/ui/webui/options2/certificate_manager_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_CERTIFICATE_MANAGER_HANDLER2_H_ |
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_CERTIFICATE_MANAGER_HANDLER2_H_ |
+#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS2_CERTIFICATE_MANAGER_HANDLER_H_ |
+#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_CERTIFICATE_MANAGER_HANDLER_H_ |
#pragma once |
#include <string> |
@@ -14,7 +14,7 @@ |
#include "chrome/browser/cancelable_request.h" |
#include "chrome/browser/certificate_manager_model.h" |
#include "chrome/browser/ui/select_file_dialog.h" |
-#include "chrome/browser/ui/webui/options2/options_ui2.h" |
+#include "chrome/browser/ui/webui/options2/options_ui.h" |
#include "net/base/cert_database.h" |
#include "ui/gfx/native_widget_types.h" |
@@ -185,4 +185,4 @@ class CertificateManagerHandler : public OptionsPageUIHandler, |
} // namespace options2 |
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CERTIFICATE_MANAGER_HANDLER2_H_ |
+#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CERTIFICATE_MANAGER_HANDLER_H_ |