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

Side by Side Diff: device/usb/usb_service_impl.h

Issue 2923773002: Fix include guards in //device/usb (Closed)
Patch Set: Fix include guards in //device/usb Created 3 years, 6 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 | « device/usb/usb_device_linux.h ('k') | device/usb/usb_service_linux.h » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_USB_USB_SERVICE_IMPL_H_
6 #define DEVICE_USB_USB_SERVICE_IMPL_H_
7
5 #include "device/usb/usb_service.h" 8 #include "device/usb/usb_service.h"
6 9
7 #include <stddef.h> 10 #include <stddef.h>
8 11
9 #include <map> 12 #include <map>
10 #include <queue> 13 #include <queue>
11 #include <set> 14 #include <set>
12 15
13 #include "base/macros.h" 16 #include "base/macros.h"
14 #include "base/memory/weak_ptr.h" 17 #include "base/memory/weak_ptr.h"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 #if defined(OS_WIN) 116 #if defined(OS_WIN)
114 ScopedObserver<DeviceMonitorWin, DeviceMonitorWin::Observer> device_observer_; 117 ScopedObserver<DeviceMonitorWin, DeviceMonitorWin::Observer> device_observer_;
115 #endif // OS_WIN 118 #endif // OS_WIN
116 119
117 base::WeakPtrFactory<UsbServiceImpl> weak_factory_; 120 base::WeakPtrFactory<UsbServiceImpl> weak_factory_;
118 121
119 DISALLOW_COPY_AND_ASSIGN(UsbServiceImpl); 122 DISALLOW_COPY_AND_ASSIGN(UsbServiceImpl);
120 }; 123 };
121 124
122 } // namespace device 125 } // namespace device
126
127 #endif // DEVICE_USB_USB_SERVICE_IMPL_H_
OLDNEW
« no previous file with comments | « device/usb/usb_device_linux.h ('k') | device/usb/usb_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698