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

Unified Diff: components/drive/drive_app_registry.h

Issue 1546143002: Switch to standard integer types in components/, part 1 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/drive/drive_api_util.cc ('k') | components/drive/drive_app_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/drive_app_registry.h
diff --git a/components/drive/drive_app_registry.h b/components/drive/drive_app_registry.h
index 817543ff8f4bd4160183fc404a82f5504c71bdb2..d0db65806e77f9a684a01b975116bb55a9cfb984 100644
--- a/components/drive/drive_app_registry.h
+++ b/components/drive/drive_app_registry.h
@@ -11,6 +11,7 @@
#include "base/callback_forward.h"
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
« no previous file with comments | « components/drive/drive_api_util.cc ('k') | components/drive/drive_app_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698