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

Side by Side Diff: device/bluetooth/dbus/fake_bluetooth_media_client.h

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win Created 5 years 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_ 5 #ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_
6 #define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_ 6 #define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_
7 7
8 #include <stdint.h>
9
8 #include <map> 10 #include <map>
9 11
10 #include "base/callback.h" 12 #include "base/callback.h"
11 #include "base/macros.h" 13 #include "base/macros.h"
12 #include "base/observer_list.h" 14 #include "base/observer_list.h"
13 #include "dbus/object_path.h" 15 #include "dbus/object_path.h"
14 #include "device/bluetooth/bluetooth_export.h" 16 #include "device/bluetooth/bluetooth_export.h"
15 #include "device/bluetooth/dbus/bluetooth_media_client.h" 17 #include "device/bluetooth/dbus/bluetooth_media_client.h"
16 18
17 namespace bluez { 19 namespace bluez {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 71
70 // List of observers interested in event notifications from us. 72 // List of observers interested in event notifications from us.
71 base::ObserverList<BluetoothMediaClient::Observer> observers_; 73 base::ObserverList<BluetoothMediaClient::Observer> observers_;
72 74
73 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaClient); 75 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaClient);
74 }; 76 };
75 77
76 } // namespace bluez 78 } // namespace bluez
77 79
78 #endif // DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_ 80 #endif // DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698