summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/default_apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/default_apps.h')
-rw-r--r--chrome/browser/extensions/default_apps.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h
index 2904114..254fa86 100644
--- a/chrome/browser/extensions/default_apps.h
+++ b/chrome/browser/extensions/default_apps.h
@@ -12,6 +12,10 @@
class PrefService;
class Profile;
+namespace extensions {
+class Extension;
+}
+
// Functions and types related to installing default apps.
namespace default_apps {
@@ -36,8 +40,8 @@ class Provider : public ExternalExtensionProviderImpl {
Provider(Profile* profile,
VisitorInterface* service,
ExternalExtensionLoader* loader,
- Extension::Location crx_location,
- Extension::Location download_location,
+ extensions::Extension::Location crx_location,
+ extensions::Extension::Location download_location,
int creation_flags);
// ExternalExtensionProviderImpl overrides: