| Index: content/browser/indexed_db/indexed_db_browsertest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| index 9fca832cc2c052fe858d0908557b1f32cbd2361e..687ce4888f63169624745fe002df48f0b23c1051 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -234,7 +234,7 @@ static void CopyLevelDBToProfile(Shell* shell,
|
| // If we don't create the destination directory first, the contents of the
|
| // leveldb directory are copied directly into profile/IndexedDB instead of
|
| // profile/IndexedDB/file__0.xxx/
|
| - ASSERT_TRUE(file_util::CreateDirectory(dest));
|
| + ASSERT_TRUE(base::CreateDirectory(dest));
|
| const bool kRecursive = true;
|
| ASSERT_TRUE(base::CopyDirectory(test_data_dir,
|
| context->data_path(),
|
|
|