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

Unified Diff: components/crx_file/crx_file.cc

Issue 474633005: Componentize component_updater: Split crx_file code off into its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove shared library export Created 6 years, 4 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 | « components/crx_file/crx_file.h ('k') | extensions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crx_file/crx_file.cc
diff --git a/extensions/common/crx_file.cc b/components/crx_file/crx_file.cc
similarity index 96%
rename from extensions/common/crx_file.cc
rename to components/crx_file/crx_file.cc
index 73e7f7b73d6b778f6f59286882726aa005ebf38b..dc6ef991b203e1346c49408cfe6cfab547469e80 100644
--- a/extensions/common/crx_file.cc
+++ b/components/crx_file/crx_file.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/common/crx_file.h"
+#include "components/crx_file/crx_file.h"
-namespace extensions {
+namespace crx_file {
namespace {
@@ -78,4 +78,4 @@ bool CrxFile::HeaderIsValid(const CrxFile::Header& header,
return valid;
}
-} // namespace extensions
+} // namespace crx_file
« no previous file with comments | « components/crx_file/crx_file.h ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698