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

Unified Diff: chrome/browser/media_galleries/win/portable_device_map_service.h

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 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
Index: chrome/browser/media_galleries/win/portable_device_map_service.h
diff --git a/chrome/browser/media_galleries/win/portable_device_map_service.h b/chrome/browser/media_galleries/win/portable_device_map_service.h
index a593ea81bf1429b3641c16256941970eff527c39..0a7c44f6c7cabc592014569b46aaaca150c3d61e 100644
--- a/chrome/browser/media_galleries/win/portable_device_map_service.h
+++ b/chrome/browser/media_galleries/win/portable_device_map_service.h
@@ -9,6 +9,7 @@
#include <map>
#include "base/lazy_instance.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
#include "base/synchronization/lock.h"
#include "base/win/scoped_comptr.h"
« no previous file with comments | « chrome/browser/media_galleries/win/mtp_device_operations_util.h ('k') | chrome/browser/memory/oom_memory_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698