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