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

Unified Diff: extensions/common/crx_file.cc

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/crx_file.h ('k') | extensions/common/extension_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/crx_file.cc
diff --git a/chrome/browser/extensions/crx_file.cc b/extensions/common/crx_file.cc
similarity index 97%
rename from chrome/browser/extensions/crx_file.cc
rename to extensions/common/crx_file.cc
index e70e27be9a098957299f42672db5c47b4dc6c0b0..4f50962a5df65be3b789f4d95ac1dc0c2265e0f5 100644
--- a/chrome/browser/extensions/crx_file.cc
+++ b/extensions/common/crx_file.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/browser/extensions/crx_file.h"
+#include "extensions/common/crx_file.h"
namespace extensions {
« no previous file with comments | « extensions/common/crx_file.h ('k') | extensions/common/extension_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698