Index: chrome/browser/sync/test/integration/extensions_helper.cc |
diff --git a/chrome/browser/sync/test/integration/extensions_helper.cc b/chrome/browser/sync/test/integration/extensions_helper.cc |
index c6a91c4112dbf0e9dea0a8c36cc99d50a1c24a37..e002eb51be970165d359b54608f69c92cb7398f5 100644 |
--- a/chrome/browser/sync/test/integration/extensions_helper.cc |
+++ b/chrome/browser/sync/test/integration/extensions_helper.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/sync/test/integration/sync_datatype_helper.h" |
#include "chrome/browser/sync/test/integration/sync_extension_helper.h" |
-#include "chrome/common/extensions/extension.h" |
+#include "chrome/common/extensions/manifest.h" |
using sync_datatype_helper::test; |
@@ -53,7 +53,7 @@ std::string InstallExtension(Profile* profile, int index) { |
return SyncExtensionHelper::GetInstance()->InstallExtension( |
profile, |
CreateFakeExtensionName(index), |
- extensions::Extension::TYPE_EXTENSION); |
+ extensions::Manifest::TYPE_EXTENSION); |
} |
std::string InstallExtensionForAllProfiles(int index) { |