| Index: content/browser/webui/web_ui_factory.h
|
| diff --git a/chrome/browser/webui/web_ui_factory.h b/content/browser/webui/web_ui_factory.h
|
| similarity index 94%
|
| rename from chrome/browser/webui/web_ui_factory.h
|
| rename to content/browser/webui/web_ui_factory.h
|
| index 9f708716e36d62c81bcf1c011a44058233eaa8fc..2be656aadaaf72aed75e08cdc7fb19556c8521fa 100644
|
| --- a/chrome/browser/webui/web_ui_factory.h
|
| +++ b/content/browser/webui/web_ui_factory.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_FACTORY_H_
|
| -#define CHROME_BROWSER_WEBUI_WEB_UI_FACTORY_H_
|
| +#ifndef CONTENT_BROWSER_WEBUI_WEB_UI_FACTORY_H_
|
| +#define CONTENT_BROWSER_WEBUI_WEB_UI_FACTORY_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -64,4 +64,4 @@ class WebUIFactory {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(WebUIFactory);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBUI_WEB_UI_FACTORY_H_
|
| +#endif // CONTENT_BROWSER_WEBUI_WEB_UI_FACTORY_H_
|
|
|