src/core/test/hash-test-suite.cc
changeset 11414 8bdce024e490
parent 10553 8c347165bb56
--- a/src/core/test/hash-test-suite.cc	Wed Feb 04 12:35:17 2015 -0800
+++ b/src/core/test/hash-test-suite.cc	Wed Feb 04 13:40:57 2015 -0800
@@ -45,7 +45,7 @@
   virtual void DoRun (void);
 };  // class HashTestCase
 
-HashTestCase::HashTestCase (const std:: string name)
+HashTestCase::HashTestCase (const std::string name)
   : TestCase (name),
     key ("The quick brown fox jumped over the lazy dogs.")
 {