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

Side by Side Diff: device/udev_linux/udev1_loader.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
« no previous file with comments | « device/udev_linux/udev0_loader.h ('k') | device/usb/mock_usb_device.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 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_UDEV_LINUX_UDEV1_LOADER_H_ 5 #ifndef DEVICE_UDEV_LINUX_UDEV1_LOADER_H_
6 #define DEVICE_UDEV_LINUX_UDEV1_LOADER_H_ 6 #define DEVICE_UDEV_LINUX_UDEV1_LOADER_H_
7 7
8 #include "base/macros.h"
8 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
9 #include "device/udev_linux/udev_loader.h" 10 #include "device/udev_linux/udev_loader.h"
10 11
11 class LibUdev1Loader; 12 class LibUdev1Loader;
12 13
13 namespace device { 14 namespace device {
14 15
15 class Udev1Loader : public UdevLoader { 16 class Udev1Loader : public UdevLoader {
16 public: 17 public:
17 Udev1Loader(); 18 Udev1Loader();
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 void udev_unref(udev* udev) override; 75 void udev_unref(udev* udev) override;
75 76
76 scoped_ptr<LibUdev1Loader> lib_loader_; 77 scoped_ptr<LibUdev1Loader> lib_loader_;
77 78
78 DISALLOW_COPY_AND_ASSIGN(Udev1Loader); 79 DISALLOW_COPY_AND_ASSIGN(Udev1Loader);
79 }; 80 };
80 81
81 } // namespace device 82 } // namespace device
82 83
83 #endif // DEVICE_UDEV_LINUX_UDEV1_LOADER_H_ 84 #endif // DEVICE_UDEV_LINUX_UDEV1_LOADER_H_
OLDNEW
« no previous file with comments | « device/udev_linux/udev0_loader.h ('k') | device/usb/mock_usb_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698