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

Unified Diff: chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h

Issue 2028593004: Add new InputDeviceManager interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_keyboard
Patch Set: Fix windows compile error. Created 4 years, 7 months 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/webui/settings/chromeos/device_keyboard_handler.h
diff --git a/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h b/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
index 15abad65e83ef8a2a30875c145fcf6c298a65153..7ac9d447d48ce84afdff1fb4ec79ed53c048ad5f 100644
--- a/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
+++ b/chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.h
@@ -19,7 +19,7 @@ class WebUI;
}
namespace ui {
-class DeviceDataManager;
+class InputDeviceManager;
}
class Profile;
@@ -56,7 +56,7 @@ class KeyboardHandler
Profile* profile_; // Weak pointer.
- ScopedObserver<ui::DeviceDataManager, KeyboardHandler> observer_;
+ ScopedObserver<ui::InputDeviceManager, KeyboardHandler> observer_;
DISALLOW_COPY_AND_ASSIGN(KeyboardHandler);
};

Powered by Google App Engine
This is Rietveld 408576698