Index: components/component_updater/test/component_updater_ping_manager_unittest.cc |
diff --git a/components/component_updater/test/component_updater_ping_manager_unittest.cc b/components/component_updater/test/component_updater_ping_manager_unittest.cc |
index 6504f3f22ec01a23cff6830abe29df1a9ad24417..f4d584686cec2645bc166169520dfb2c75cb2bed 100644 |
--- a/components/component_updater/test/component_updater_ping_manager_unittest.cc |
+++ b/components/component_updater/test/component_updater_ping_manager_unittest.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <string> |
+ |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
@@ -13,6 +15,8 @@ |
#include "net/url_request/url_request_test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+using std::string; |
+ |
namespace component_updater { |
class ComponentUpdaterPingManagerTest : public testing::Test { |