summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unpacker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_unpacker.h')
-rw-r--r--chrome/common/extensions/extension_unpacker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/extension_unpacker.h b/chrome/common/extensions/extension_unpacker.h
index 5c6c14c..5fd7398 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_;