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

Side by Side Diff: device/bluetooth/bluetooth_remote_gatt_service_win.h

Issue 1853033003: Fix IWYU violators that don't include scoped_ptr.h in Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « content/test/dwrite_font_fake_sender_win.h ('k') | device/core/device_monitor_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_BLUETOOTH_REMOTE_GATT_SERVICE_WIN_H_ 5 #ifndef DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_WIN_H_
6 #define DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_WIN_H_ 6 #define DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_WIN_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/files/file.h" 10 #include "base/files/file.h"
11 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
12 #include "base/sequenced_task_runner.h" 13 #include "base/sequenced_task_runner.h"
13 #include "device/bluetooth/bluetooth_gatt_service.h" 14 #include "device/bluetooth/bluetooth_gatt_service.h"
14 #include "device/bluetooth/bluetooth_low_energy_defs_win.h" 15 #include "device/bluetooth/bluetooth_low_energy_defs_win.h"
15 16
16 namespace device { 17 namespace device {
17 18
18 class BluetoothAdapterWin; 19 class BluetoothAdapterWin;
19 class BluetoothDeviceWin; 20 class BluetoothDeviceWin;
20 class BluetoothRemoteGattCharacteristicWin; 21 class BluetoothRemoteGattCharacteristicWin;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 // Flag indicates if asynchronous discovery of included characteristic has 122 // Flag indicates if asynchronous discovery of included characteristic has
122 // completed. 123 // completed.
123 bool included_characteristics_discovered_; 124 bool included_characteristics_discovered_;
124 125
125 base::WeakPtrFactory<BluetoothRemoteGattServiceWin> weak_ptr_factory_; 126 base::WeakPtrFactory<BluetoothRemoteGattServiceWin> weak_ptr_factory_;
126 DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattServiceWin); 127 DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattServiceWin);
127 }; 128 };
128 129
129 } // namespace device. 130 } // namespace device.
130 #endif // DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_WIN_H_ 131 #endif // DEVICE_BLUETOOTH_BLUETOOTH_REMOTE_GATT_SERVICE_WIN_H_
OLDNEW
« no previous file with comments | « content/test/dwrite_font_fake_sender_win.h ('k') | device/core/device_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698