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

Unified Diff: components/webusb/webusb_detector.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webp_transcode/webp_network_client_unittest.mm ('k') | components/wifi/network_properties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb/webusb_detector.h
diff --git a/components/webusb/webusb_detector.h b/components/webusb/webusb_detector.h
index 2695d962f140084805cb672198e48d2cded27ab1..cbf5a62ebf6ac8e45cda81ec364e9ff76f1eed2b 100644
--- a/components/webusb/webusb_detector.h
+++ b/components/webusb/webusb_detector.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_WEBUSB_WEBUSB_DETECTOR_H_
#define COMPONENTS_WEBUSB_WEBUSB_DETECTOR_H_
+#include "base/macros.h"
#include "base/scoped_observer.h"
#include "device/usb/usb_service.h"
« no previous file with comments | « components/webp_transcode/webp_network_client_unittest.mm ('k') | components/wifi/network_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698