From cd801c853179bd9f7bbffcf7b5714741ff137706 Mon Sep 17 00:00:00 2001
From: vjpai <vpai@google.com>
Date: Fri, 27 Feb 2015 07:21:31 -0800
Subject: [PATCH] <:: -> < ::

---
 test/cpp/qps/client_async.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc
index 24f4ac6968..a897c28dc7 100644
--- a/test/cpp/qps/client_async.cc
+++ b/test/cpp/qps/client_async.cc
@@ -188,7 +188,7 @@ static void RunTest(const int client_threads, const int client_channels,
   }
 
   std::vector<std::thread> threads;  // Will add threads when ready to execute
-  std::vector<::gpr_histogram *> thread_stats(client_threads);
+  std::vector< ::gpr_histogram *> thread_stats(client_threads);
 
   TestService::Stub *stub_stats = channels[0].get_stub();
   grpc::ClientContext context_stats_begin;
-- 
GitLab