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

Unified Diff: chrome/browser/component_updater/component_unpacker.cc

Issue 138553004: Move component updater artifacts into component_updater namespace. (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: chrome/browser/component_updater/component_unpacker.cc
diff --git a/chrome/browser/component_updater/component_unpacker.cc b/chrome/browser/component_updater/component_unpacker.cc
index ba9f658f12bda215813fbd1972b96dd1d0a1c49d..dc9bddbaa5e2b3dc01a913679fb118b29778a9b3 100644
--- a/chrome/browser/component_updater/component_unpacker.cc
+++ b/chrome/browser/component_updater/component_unpacker.cc
@@ -24,6 +24,8 @@
using crypto::SecureHash;
+namespace component_updater {
+
namespace {
// This class makes sure that the CRX digital signature is valid
@@ -208,3 +210,6 @@ ComponentUnpacker::~ComponentUnpacker() {
if (!unpack_path_.empty())
base::DeleteFile(unpack_path_, true);
}
+
+} // namespace component_updater
+

Powered by Google App Engine
This is Rietveld 408576698