Index: chrome/browser/sync/test/integration/sync_app_helper.cc |
diff --git a/chrome/browser/sync/test/integration/sync_app_helper.cc b/chrome/browser/sync/test/integration/sync_app_helper.cc |
index efa61c74dff62b10434b0ce2c80194b7039b1f02..e70128dbed3fd4bb8020698d39c22eb0a11dfee1 100644 |
--- a/chrome/browser/sync/test/integration/sync_app_helper.cc |
+++ b/chrome/browser/sync/test/integration/sync_app_helper.cc |
@@ -60,7 +60,7 @@ AppStateMap GetAppStates(Profile* profile) { |
extension_service->GenerateInstalledExtensionsSet()); |
for (ExtensionSet::const_iterator it = extensions->begin(); |
it != extensions->end(); ++it) { |
- if ((*it)->GetSyncType() == Extension::SYNC_TYPE_APP) { |
+ if ((*it)->GetSyncType() == extensions::Extension::SYNC_TYPE_APP) { |
const std::string& id = (*it)->id(); |
LoadApp(extension_service, id, &(app_state_map[id])); |
} |