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

Unified Diff: net/base/test_completion_callback.h

Issue 1158923005: Use the exact-width integer types defined in <stdint.h> rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comments. Exclude mime_sniffer*. Rebase. Created 5 years, 7 months 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: net/base/test_completion_callback.h
diff --git a/net/base/test_completion_callback.h b/net/base/test_completion_callback.h
index 883180c5baa8c059a00f4c4cc129e20b13267695..236c9b3f758520d3415c639a0a6f97eec6086db5 100644
--- a/net/base/test_completion_callback.h
+++ b/net/base/test_completion_callback.h
@@ -107,7 +107,7 @@ class TestClosure : public internal::TestCompletionCallbackBaseInternal {
typedef internal::TestCompletionCallbackTemplate<int>
TestCompletionCallbackBase;
-typedef internal::TestCompletionCallbackTemplate<int64>
+typedef internal::TestCompletionCallbackTemplate<int64_t>
TestInt64CompletionCallbackBase;
class TestCompletionCallback : public TestCompletionCallbackBase {

Powered by Google App Engine
This is Rietveld 408576698