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

Unified Diff: components/clipboard/clipboard_standalone_impl.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/clipboard/clipboard_apptest.cc ('k') | components/clipboard/clipboard_standalone_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/clipboard/clipboard_standalone_impl.h
diff --git a/components/clipboard/clipboard_standalone_impl.h b/components/clipboard/clipboard_standalone_impl.h
index f08fcd984a7478c52a9c094e9d0ff081f5e63d5a..7f81e8523ca2310efd53c7a4172bf8f81f30254e 100644
--- a/components/clipboard/clipboard_standalone_impl.h
+++ b/components/clipboard/clipboard_standalone_impl.h
@@ -5,9 +5,12 @@
#ifndef COMPONENTS_CLIPBOARD_CLIPBOARD_STANDALONE_IMPL_H_
#define COMPONENTS_CLIPBOARD_CLIPBOARD_STANDALONE_IMPL_H_
-#include <base/memory/scoped_ptr.h>
+#include <stdint.h>
+
#include <string>
+#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "components/clipboard/public/interfaces/clipboard.mojom.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
« no previous file with comments | « components/clipboard/clipboard_apptest.cc ('k') | components/clipboard/clipboard_standalone_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698