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

Unified Diff: extensions/browser/api/usb/usb_guid_map.h

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
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 | « extensions/browser/api/usb/usb_event_router.h ('k') | extensions/browser/api/vpn_provider/vpn_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/usb/usb_guid_map.h
diff --git a/extensions/browser/api/usb/usb_guid_map.h b/extensions/browser/api/usb/usb_guid_map.h
index 52f86398116b9ca34e075d509a3b32a928603671..78afa6d65fd2436714518fa968a90c7a026f40f9 100644
--- a/extensions/browser/api/usb/usb_guid_map.h
+++ b/extensions/browser/api/usb/usb_guid_map.h
@@ -8,6 +8,7 @@
#include <map>
#include <string>
+#include "base/macros.h"
#include "base/scoped_observer.h"
#include "device/usb/usb_service.h"
#include "extensions/browser/browser_context_keyed_api_factory.h"
« no previous file with comments | « extensions/browser/api/usb/usb_event_router.h ('k') | extensions/browser/api/vpn_provider/vpn_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698