Index: chrome/browser/extensions/default_apps.h |
diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h |
index cc5ede1018d4c53949749b2b8ee2bd15b0f6c1ee..8c962c4515bf2a93bd499f095b2d3fe0cfc99713 100644 |
--- a/chrome/browser/extensions/default_apps.h |
+++ b/chrome/browser/extensions/default_apps.h |
@@ -12,7 +12,7 @@ class PrefServiceSyncable; |
class Profile; |
namespace extensions { |
-class Extension; |
+class Manifest; |
} |
namespace base { |
@@ -44,8 +44,8 @@ class Provider : public extensions::ExternalProviderImpl { |
Provider(Profile* profile, |
VisitorInterface* service, |
extensions::ExternalLoader* loader, |
- extensions::Extension::Location crx_location, |
- extensions::Extension::Location download_location, |
+ extensions::Manifest::Location crx_location, |
+ extensions::Manifest::Location download_location, |
int creation_flags); |
bool ShouldInstallInProfile(); |