Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5722)

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.h

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index ff2f066e71ecf56d1fe70157ec202f926f898808..8c419c38521d06cdff4995ff1f10d0093643952e 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -7,7 +7,6 @@
#include <vector>
-#include "ash/ime/input_method_menu_manager.h"
#include "ash/session/session_state_observer.h"
#include "ash/system/chromeos/supervised/custodian_info_tray_observer.h"
#include "ash/system/tray/system_tray.h"
@@ -36,6 +35,7 @@
#include "device/bluetooth/bluetooth_adapter.h"
#include "device/bluetooth/bluetooth_discovery_session.h"
#include "extensions/browser/app_window/app_window_registry.h"
+#include "ui/chromeos/ime/input_method_menu_manager.h"
namespace user_manager {
class User;
@@ -44,7 +44,7 @@ class User;
namespace chromeos {
class SystemTrayDelegateChromeOS
- : public ash::ime::InputMethodMenuManager::Observer,
+ : public ui::ime::InputMethodMenuManager::Observer,
public ash::SystemTrayDelegate,
public SessionManagerClient::Observer,
public content::NotificationObserver,
@@ -204,7 +204,7 @@ class SystemTrayDelegateChromeOS
// Overridden from InputMethodMenuManager::Observer.
void InputMethodMenuItemChanged(
- ash::ime::InputMethodMenuManager* manager) override;
+ ui::ime::InputMethodMenuManager* manager) override;
// Overridden from CrasAudioHandler::AudioObserver.
void OnOutputVolumeChanged() override;

Powered by Google App Engine
This is Rietveld 408576698