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

Unified Diff: public/platform/modules/webusb/WebUSBTransferInfo.h

Issue 1284033002: WebUSB bindings part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « public/platform/modules/webusb/WebUSBClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/webusb/WebUSBTransferInfo.h
diff --git a/public/platform/modules/webusb/WebUSBTransferInfo.h b/public/platform/modules/webusb/WebUSBTransferInfo.h
index ba682c51fb95ed5297beff28763277723823b21c..a9fb88927c883682ca9308560172b5840e97e6c8 100644
--- a/public/platform/modules/webusb/WebUSBTransferInfo.h
+++ b/public/platform/modules/webusb/WebUSBTransferInfo.h
@@ -17,7 +17,7 @@ struct WebUSBTransferInfo {
};
WebUSBTransferInfo()
- : status(StatusOk)
+ : status(Status::Ok)
, bytesWritten(0)
{
}
« no previous file with comments | « public/platform/modules/webusb/WebUSBClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698