Index: chrome/browser/extensions/default_apps.h |
diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h |
index 2904114d41ad4d81f198b0bbaa72058b67ca5cc1..254fa86f060accfee531512566e67dcd5d9d115b 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: |