Commit d028dec8 authored by tfarina's avatar tfarina Committed by Commit bot

bookmarks: Cleanup - remove unused variables left behind after refactoring.

These variables were left unused after
https://chromium.googlesource.com/chromium/src/+/23e63803fbf9a7aaf0a6107e36ea9c2ef6857d95%5E%21/#F1

BUG=None
TEST=components_unittests --gtest_filter=BookmarkCodecTest.*
R=sky@chromium.org

Review URL: https://codereview.chromium.org/889473002

Cr-Commit-Position: refs/heads/master@{#313908}
parent ec881c3f
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment