Index: components/component_updater/test/update_checker_unittest.cc |
diff --git a/components/component_updater/test/update_checker_unittest.cc b/components/component_updater/test/update_checker_unittest.cc |
index cb6fa5d8ec0f244e33c96a15f543ba1688481184..c09582f2adf1c3ee81c516767b4b275933186f07 100644 |
--- a/components/component_updater/test/update_checker_unittest.cc |
+++ b/components/component_updater/test/update_checker_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/bind.h" |
#include "base/bind_helpers.h" |
#include "base/compiler_specific.h" |
@@ -21,6 +23,8 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "url/gurl.h" |
+using std::string; |
+ |
namespace component_updater { |
namespace { |