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

Unified Diff: components/webusb/webusb_detector.cc

Issue 1917673002: Convert //components/[u-z]* from scoped_ptr 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 | « components/webp_transcode/webp_decoder_unittest.mm ('k') | components/wifi/fake_wifi_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb/webusb_detector.cc
diff --git a/components/webusb/webusb_detector.cc b/components/webusb/webusb_detector.cc
index 9e9912a7a83931d10202df64e1153322ea01bf9a..2ac3522c2c7a1cff6fb60ef5ce0764349ba95dd5 100644
--- a/components/webusb/webusb_detector.cc
+++ b/components/webusb/webusb_detector.cc
@@ -4,7 +4,6 @@
#include "components/webusb/webusb_detector.h"
-#include "base/memory/scoped_ptr.h"
#include "components/webusb/webusb_browser_client.h"
#include "device/core/device_client.h"
#include "device/usb/usb_device.h"
« no previous file with comments | « components/webp_transcode/webp_decoder_unittest.mm ('k') | components/wifi/fake_wifi_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698