| Index: chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| index 3049a7240d0e66d05c9ed1bad3396952748d27c3..ae5bcc463301274d34d973af62623bc9d4c77ae3 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| @@ -14,7 +14,7 @@ typedef testing::Test CannedBrowsingDataIndexedDBHelperTest;
|
|
|
| TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) {
|
| const GURL origin("http://host1:1/");
|
| - const string16 description(ASCIIToUTF16("description"));
|
| + const base::string16 description(ASCIIToUTF16("description"));
|
|
|
| scoped_refptr<CannedBrowsingDataIndexedDBHelper> helper(
|
| new CannedBrowsingDataIndexedDBHelper());
|
| @@ -29,7 +29,7 @@ TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) {
|
| TEST_F(CannedBrowsingDataIndexedDBHelperTest, IgnoreExtensionsAndDevTools) {
|
| const GURL origin1("chrome-extension://abcdefghijklmnopqrstuvwxyz/");
|
| const GURL origin2("chrome-devtools://abcdefghijklmnopqrstuvwxyz/");
|
| - const string16 description(ASCIIToUTF16("description"));
|
| + const base::string16 description(ASCIIToUTF16("description"));
|
|
|
| scoped_refptr<CannedBrowsingDataIndexedDBHelper> helper(
|
| new CannedBrowsingDataIndexedDBHelper());
|
|
|