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

Unified Diff: chrome/common/extensions/extension_unpacker.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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 | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/common/extensions/extension_unpacker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_unpacker.h
diff --git a/chrome/common/extensions/extension_unpacker.h b/chrome/common/extensions/extension_unpacker.h
index 5c6c14c69fcbc67ef54d51dd519301d49244e46b..5fd73984821851501e3a3e0eef80efec6f822137 100644
--- a/chrome/common/extensions/extension_unpacker.h
+++ b/chrome/common/extensions/extension_unpacker.h
@@ -30,7 +30,7 @@ class ExtensionUnpacker {
ExtensionUnpacker(const FilePath& extension_path,
const std::string& extension_id,
- Extension::Location location,
+ extensions::Extension::Location location,
int creation_flags);
~ExtensionUnpacker();
@@ -93,7 +93,7 @@ class ExtensionUnpacker {
std::string extension_id_;
// The location to use for the created extension.
- Extension::Location location_;
+ extensions::Extension::Location location_;
// The creation flags to use with the created extension.
int creation_flags_;
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/common/extensions/extension_unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698