| Index: chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| index 7f51c713aa3aa254afc322e90c13be171105d7f1..eb0b9d5f806552d88e7a113fa699d1cff8c501de 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -18,6 +18,7 @@
|
| #include "extensions/browser/extension_registry.h"
|
| #include "extensions/browser/extension_system.h"
|
| #include "extensions/browser/install_flag.h"
|
| +#include "extensions/browser/uninstall_reason.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/extension_set.h"
|
| #include "extensions/common/id_util.h"
|
| @@ -83,7 +84,7 @@ void SyncExtensionHelper::UninstallExtension(
|
| ExtensionService::UninstallExtensionHelper(
|
| extensions::ExtensionSystem::Get(profile)->extension_service(),
|
| extensions::id_util::GenerateId(name),
|
| - ExtensionService::UNINSTALL_REASON_SYNC);
|
| + extensions::UNINSTALL_REASON_SYNC);
|
| }
|
|
|
| std::vector<std::string> SyncExtensionHelper::GetInstalledExtensionNames(
|
|
|