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

Unified Diff: chrome/browser/chromeos/login/screens/hid_detection_screen.h

Issue 2394473005: Move enum BluetoothDevice::DeviceType out of BluetoothDevice class. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/hid_detection_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/hid_detection_screen.h
diff --git a/chrome/browser/chromeos/login/screens/hid_detection_screen.h b/chrome/browser/chromeos/login/screens/hid_detection_screen.h
index 5cf9939b262be79fa012b033efb63aab86e18052..9f552a1e12a93ad212619c0a5fcb64227e1e651e 100644
--- a/chrome/browser/chromeos/login/screens/hid_detection_screen.h
+++ b/chrome/browser/chromeos/login/screens/hid_detection_screen.h
@@ -160,13 +160,13 @@ class HIDDetectionScreen : public HIDDetectionModel,
// Called by device::BluetoothDevice on a successful pairing and connection
// to a device.
- void BTConnected(device::BluetoothDevice::DeviceType device_type);
+ void BTConnected(device::BluetoothDeviceType device_type);
// Called by device::BluetoothDevice in response to a failure to
// connect to the device with bluetooth address |address| due to an error
// encoded in |error_code|.
void BTConnectError(const std::string& address,
- device::BluetoothDevice::DeviceType device_type,
+ device::BluetoothDeviceType device_type,
device::BluetoothDevice::ConnectErrorCode error_code);
// Sends a notification to the Web UI of the status of available Bluetooth/USB
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/hid_detection_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698