| 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 126f96a44eaaa8a972072619aa76a71ba23e2ac4..7c1e0f0c640bc8ff5722ee167c09ef942f9e8958 100644
|
| --- a/chrome/browser/sync/test/integration/extensions_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/extensions_helper.cc
|
| @@ -179,7 +179,7 @@ void ExtensionsMatchChecker::OnExtensionLoaded(
|
| void ExtensionsMatchChecker::OnExtensionUnloaded(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extenion,
|
| - extensions::UnloadedExtensionInfo::Reason reason) {
|
| + extensions::UnloadedExtensionReason reason) {
|
| CheckExitCondition();
|
| }
|
|
|
|
|