| Index: chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| index 8e4db49ba885871507d98c2923c45703b77ba940..46dcbad9acc38c1aa03049fb7fbaf82763f54a3a 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| @@ -46,7 +46,7 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/settings/cros_settings.h"
|
| -#include "chrome/browser/ui/ash/system_tray_client.h"
|
| +#include "chrome/browser/ui/ash/system_tray_delegate_chromeos.h"
|
| #include "chrome/common/chrome_features.h"
|
| #include "chromeos/dbus/dbus_method_call_status.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| @@ -91,7 +91,8 @@
|
| LOG(ERROR) << "Component flash registration failed";
|
| return;
|
| }
|
| - chromeos::SystemTrayClient* tray = chromeos::SystemTrayClient::Get();
|
| + chromeos::SystemTrayDelegateChromeOS* tray =
|
| + chromeos::SystemTrayDelegateChromeOS::instance();
|
| if (tray) {
|
| tray->SetFlashUpdateAvailable();
|
| }
|
|
|