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

Unified Diff: components/clipboard/clipboard_standalone_impl.cc

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
Index: components/clipboard/clipboard_standalone_impl.cc
diff --git a/components/clipboard/clipboard_standalone_impl.cc b/components/clipboard/clipboard_standalone_impl.cc
index 9f49d2d6b17ddcbd7f4154adaa00d34f671a9e9d..97afe3d6949e7165192df37c604634a8ad87afeb 100644
--- a/components/clipboard/clipboard_standalone_impl.cc
+++ b/components/clipboard/clipboard_standalone_impl.cc
@@ -6,6 +6,7 @@
#include <string.h>
+#include "base/macros.h"
#include "mojo/public/cpp/bindings/array.h"
#include "mojo/public/cpp/bindings/callback.h"
#include "mojo/public/cpp/bindings/string.h"
« no previous file with comments | « components/clipboard/clipboard_standalone_impl.h ('k') | components/cloud_devices/common/cloud_device_description.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698