| Index: extensions/common/manifest_handlers/webview_info.h
|
| diff --git a/chrome/common/extensions/webview_handler.h b/extensions/common/manifest_handlers/webview_info.h
|
| similarity index 89%
|
| rename from chrome/common/extensions/webview_handler.h
|
| rename to extensions/common/manifest_handlers/webview_info.h
|
| index 2c4858f8f6371fb5a1e1d94dad67a82e697c0658..35b2bfcffd19b663707467d925768b77fbf0f907 100644
|
| --- a/chrome/common/extensions/webview_handler.h
|
| +++ b/extensions/common/manifest_handlers/webview_info.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_COMMON_EXTENSIONS_WEBVIEW_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_WEBVIEW_HANDLER_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_WEBVIEW_INFO_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_WEBVIEW_INFO_H_
|
|
|
| #include <string>
|
|
|
| @@ -50,4 +50,4 @@ class WebviewHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_WEBVIEW_HANDLER_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_WEBVIEW_INFO_H_
|
|
|