| Index: chrome/browser/bookmarks/bookmark_codec_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_codec_unittest.cc b/chrome/browser/bookmarks/bookmark_codec_unittest.cc
|
| index e12d11d24f5df5fd4971a216f9819f8c94392045..9b980017a7714a25da78d78fbe09ab2568e8ec0a 100644
|
| --- a/chrome/browser/bookmarks/bookmark_codec_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_codec_unittest.cc
|
| @@ -300,7 +300,7 @@ TEST_F(BookmarkCodecTest, CanDecodeModelWithoutMobileBookmarks) {
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory));
|
| base::FilePath test_file = test_data_directory.AppendASCII(
|
| "bookmarks/model_without_sync.json");
|
| - ASSERT_TRUE(file_util::PathExists(test_file));
|
| + ASSERT_TRUE(base::PathExists(test_file));
|
|
|
| JSONFileValueSerializer serializer(test_file);
|
| scoped_ptr<Value> root(serializer.Deserialize(NULL, NULL));
|
|
|