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

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

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.cc
diff --git a/chrome/common/extensions/web_accessible_resources_handler.cc b/extensions/common/manifest_handlers/web_accessible_resources_info.cc
similarity index 95%
rename from chrome/common/extensions/web_accessible_resources_handler.cc
rename to extensions/common/manifest_handlers/web_accessible_resources_info.cc
index bda7eca78ce8c9b325badff690df78b7b72b9ff3..dc8aeb7df477f73859e8f1d2fcfa068776c5ddd4 100644
--- a/chrome/common/extensions/web_accessible_resources_handler.cc
+++ b/extensions/common/manifest_handlers/web_accessible_resources_info.cc
@@ -1,8 +1,8 @@
-// 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.
-#include "chrome/common/extensions/web_accessible_resources_handler.h"
+#include "extensions/common/manifest_handlers/web_accessible_resources_info.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/string_number_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698