| 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 c77d40ab7677bbfdb408fcbd01d7076e53afa11a..e9c187c4293c82d27dde8144945163ba9a72abf4 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -71,7 +71,7 @@ std::string SyncExtensionHelper::InstallExtension(
|
| ->OnExtensionInstalled(extension.get(),
|
| syncer::StringOrdinal(),
|
| false /* no requirement errors */,
|
| - extensions::Blacklist::NOT_BLACKLISTED,
|
| + extensions::NOT_BLACKLISTED,
|
| false /* don't wait for idle to install */);
|
| return extension->id();
|
| }
|
|
|