Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: extensions/common/manifest_handlers/web_accessible_resources_info.h

Issue 134643011: Move webview and web_accessible_resources manifest handlers to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/common/manifest_handlers/web_accessible_resources_info.h
diff --git a/chrome/common/extensions/web_accessible_resources_handler.h b/extensions/common/manifest_handlers/web_accessible_resources_info.h
similarity index 83%
rename from chrome/common/extensions/web_accessible_resources_handler.h
rename to extensions/common/manifest_handlers/web_accessible_resources_info.h
index a6aa350bc68f23d5f714cc99731f0b1a77b60590..e3df35e55f7467a0e9c2e2ea47d070c037ace44f 100644
--- a/chrome/common/extensions/web_accessible_resources_handler.h
+++ b/extensions/common/manifest_handlers/web_accessible_resources_info.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_WEB_ACCESSIBLE_RESOURCES_HANDLER_H_
-#define CHROME_COMMON_EXTENSIONS_WEB_ACCESSIBLE_RESOURCES_HANDLER_H_
+#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_WEB_ACCESSIBLE_RESOURCES_INFO_H_
+#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_WEB_ACCESSIBLE_RESOURCES_INFO_H_
#include <string>
@@ -47,4 +47,4 @@ class WebAccessibleResourcesHandler : public ManifestHandler {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_WEB_ACCESSIBLE_RESOURCES_HANDLER_H_
+#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_WEB_ACCESSIBLE_RESOURCES_INFO_H_
« no previous file with comments | « extensions/common/common_manifest_handlers.cc ('k') | extensions/common/manifest_handlers/web_accessible_resources_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698