Index: chrome/installer/util/duplicate_tree_detector_unittest.cc |
diff --git a/chrome/installer/util/duplicate_tree_detector_unittest.cc b/chrome/installer/util/duplicate_tree_detector_unittest.cc |
index 4b636ee44ca0576dc222125287d44437022f43ca..72650af9f6b657e7bf1da07a9b64d4f3bb59950e 100644 |
--- a/chrome/installer/util/duplicate_tree_detector_unittest.cc |
+++ b/chrome/installer/util/duplicate_tree_detector_unittest.cc |
@@ -25,7 +25,7 @@ class DuplicateTreeDetectorTest : public testing::Test { |
// Simple function to dump some text into a new file. |
void CreateTextFile(const std::string& filename, |
- const string16& contents) { |
+ const base::string16& contents) { |
std::wofstream file; |
file.open(filename.c_str()); |
ASSERT_TRUE(file.is_open()); |