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

Unified Diff: device/udev_linux/udev_linux.h

Issue 1874313002: Convert device to std::unique_ptr (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/udev_linux/udev1_loader.h ('k') | device/udev_linux/udev_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/udev_linux.h
diff --git a/device/udev_linux/udev_linux.h b/device/udev_linux/udev_linux.h
index cd65abe08130123467118ff8e422ea6a0dbfe7e7..6ab98179ef6b894d6b05415711e908b7b1334623 100644
--- a/device/udev_linux/udev_linux.h
+++ b/device/udev_linux/udev_linux.h
@@ -28,7 +28,7 @@
// }
//
// private:
-// scoped_ptr<UdevLinux> udev_;
+// std::unique_ptr<UdevLinux> udev_;
//
// DISALLOW_COPY_AND_ASSIGN(Foo);
// };
« no previous file with comments | « device/udev_linux/udev1_loader.h ('k') | device/udev_linux/udev_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698