| Index: chrome/browser/extensions/extension_test_notification_observer.cc
|
| diff --git a/chrome/browser/extensions/extension_test_notification_observer.cc b/chrome/browser/extensions/extension_test_notification_observer.cc
|
| index f79168e15504a979a064b44fa29918411efb3ca9..32d30d3043e9e0fc68b348ae86ebc983ba73c595 100644
|
| --- a/chrome/browser/extensions/extension_test_notification_observer.cc
|
| +++ b/chrome/browser/extensions/extension_test_notification_observer.cc
|
| @@ -139,7 +139,7 @@ bool ExtensionTestNotificationObserver::WaitForPageActionVisibilityChangeTo(
|
|
|
| bool ExtensionTestNotificationObserver::WaitForExtensionViewsToLoad() {
|
| extensions::ProcessManager* manager =
|
| - extensions::ExtensionSystem::Get(GetProfile())->process_manager();
|
| + extensions::ProcessManager::Get(GetProfile());
|
| NotificationSet notification_set;
|
| notification_set.Add(content::NOTIFICATION_WEB_CONTENTS_DESTROYED);
|
| notification_set.Add(content::NOTIFICATION_LOAD_STOP);
|
|
|