| Index: chrome/browser/webui/web_ui.h
|
| diff --git a/chrome/browser/dom_ui/web_ui.h b/chrome/browser/webui/web_ui.h
|
| similarity index 98%
|
| rename from chrome/browser/dom_ui/web_ui.h
|
| rename to chrome/browser/webui/web_ui.h
|
| index 1e680fcc371931bc828a3345acd34205c196bf5c..1944e3b817f5e6f0781b9368cbecee5ab02747ec 100644
|
| --- a/chrome/browser/dom_ui/web_ui.h
|
| +++ b/chrome/browser/webui/web_ui.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_DOM_UI_WEB_UI_H_
|
| -#define CHROME_BROWSER_DOM_UI_WEB_UI_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_WEB_UI_H_
|
| +#define CHROME_BROWSER_WEBUI_WEB_UI_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -218,4 +218,4 @@ class WebUIMessageHandler {
|
| DISALLOW_COPY_AND_ASSIGN(WebUIMessageHandler);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_DOM_UI_WEB_UI_H_
|
| +#endif // CHROME_BROWSER_WEBUI_WEB_UI_H_
|
|
|