| Index: components/bookmarks/browser/bookmark_codec_unittest.cc
|
| diff --git a/components/bookmarks/browser/bookmark_codec_unittest.cc b/components/bookmarks/browser/bookmark_codec_unittest.cc
|
| index e95fd3c2cd88224acd4aa496f4d6dd07da5df546..9d529f84e4dc4bb4114f31f2b756a6d823f93dfb 100644
|
| --- a/components/bookmarks/browser/bookmark_codec_unittest.cc
|
| +++ b/components/bookmarks/browser/bookmark_codec_unittest.cc
|
| @@ -355,7 +355,6 @@ TEST_F(BookmarkCodecTest, PersistIDsTest) {
|
| }
|
|
|
| TEST_F(BookmarkCodecTest, CanDecodeModelWithoutMobileBookmarks) {
|
| - base::FilePath test_data_directory;
|
| base::FilePath test_file =
|
| GetTestDataDir().AppendASCII("bookmarks/model_without_sync.json");
|
| ASSERT_TRUE(base::PathExists(test_file));
|
| @@ -442,7 +441,6 @@ TEST_F(BookmarkCodecTest, EncodeAndDecodeSyncTransactionVersion) {
|
| // Verifies that we can still decode the old codec format after changing the
|
| // way meta info is stored.
|
| TEST_F(BookmarkCodecTest, CanDecodeMetaInfoAsString) {
|
| - base::FilePath test_data_directory;
|
| base::FilePath test_file =
|
| GetTestDataDir().AppendASCII("bookmarks/meta_info_as_string.json");
|
| ASSERT_TRUE(base::PathExists(test_file));
|
|
|