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

Unified Diff: extensions/common/manifest_handler_helpers.cc

Issue 228603004: Move manifest_handler_helpers to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « extensions/common/manifest_handler_helpers.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_handler_helpers.cc
diff --git a/chrome/common/extensions/manifest_handler_helpers.cc b/extensions/common/manifest_handler_helpers.cc
similarity index 96%
rename from chrome/common/extensions/manifest_handler_helpers.cc
rename to extensions/common/manifest_handler_helpers.cc
index 5c6a9d2340ea99dd661aafbdc9158d037b79ddc3..65900d7a0c2f9dc8ea146c19f081b299e7771fa6 100644
--- a/chrome/common/extensions/manifest_handler_helpers.cc
+++ b/extensions/common/manifest_handler_helpers.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/manifest_handler_helpers.h"
+#include "extensions/common/manifest_handler_helpers.h"
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"
« no previous file with comments | « extensions/common/manifest_handler_helpers.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698