| Index: chrome/browser/webui/history2_ui.h
|
| diff --git a/chrome/browser/dom_ui/history2_ui.h b/chrome/browser/webui/history2_ui.h
|
| similarity index 96%
|
| rename from chrome/browser/dom_ui/history2_ui.h
|
| rename to chrome/browser/webui/history2_ui.h
|
| index 9eda4104559fe16027f268e2ef8fbd87a7ca4798..5aa280ad1693562bb09d96966798f5ce5b416cab 100644
|
| --- a/chrome/browser/dom_ui/history2_ui.h
|
| +++ b/chrome/browser/webui/history2_ui.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_DOM_UI_HISTORY2_UI_H_
|
| -#define CHROME_BROWSER_DOM_UI_HISTORY2_UI_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_HISTORY2_UI_H_
|
| +#define CHROME_BROWSER_WEBUI_HISTORY2_UI_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/string16.h"
|
| +#include "chrome/browser/cancelable_request.h"
|
| #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/browser/dom_ui/web_ui.h"
|
| -#include "chrome/browser/cancelable_request.h"
|
| #include "chrome/browser/history/history.h"
|
| #include "chrome/common/notification_registrar.h"
|
|
|
| @@ -109,4 +109,4 @@ class HistoryUI2 : public WebUI {
|
| DISALLOW_COPY_AND_ASSIGN(HistoryUI2);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_DOM_UI_HISTORY2_UI_H_
|
| +#endif // CHROME_BROWSER_WEBUI_HISTORY2_UI_H_
|
|
|