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 { |