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

Unified Diff: device/serial/serial_io_handler_win.h

Issue 1470983002: Make SerialIoHandlerWin::UiThreadHelper final. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | device/serial/serial_io_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_io_handler_win.h
diff --git a/device/serial/serial_io_handler_win.h b/device/serial/serial_io_handler_win.h
index 831eab614048b10a780c56a29ac659336c59f027..cc0414fe5da25bbeea8071706c1c94d1c1fcffc8 100644
--- a/device/serial/serial_io_handler_win.h
+++ b/device/serial/serial_io_handler_win.h
@@ -66,7 +66,7 @@ class SerialIoHandlerWin : public SerialIoHandler,
// The helper lives on the UI thread and holds a weak reference back to the
// handler that owns it.
- UiThreadHelper* helper_ = nullptr;
+ UiThreadHelper* helper_;
base::WeakPtrFactory<SerialIoHandlerWin> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(SerialIoHandlerWin);
« no previous file with comments | « no previous file | device/serial/serial_io_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698