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

Unified Diff: content/test/fileapi_test_file_set.cc

Issue 1544273002: Switch to standard integer types in content/. (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 | « content/test/fileapi_test_file_set.h ('k') | content/test/gpu_memory_buffer_impl_test_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fileapi_test_file_set.cc
diff --git a/content/test/fileapi_test_file_set.cc b/content/test/fileapi_test_file_set.cc
index 8c2636ab659f845ec2a9b599427e58d1cedccb04..f9ad33759f852bdd88afa7fd1a96a16851215ba4 100644
--- a/content/test/fileapi_test_file_set.cc
+++ b/content/test/fileapi_test_file_set.cc
@@ -12,6 +12,7 @@
#include "base/files/file.h"
#include "base/files/file_util.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/rand_util.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « content/test/fileapi_test_file_set.h ('k') | content/test/gpu_memory_buffer_impl_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698