Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: components/bookmarks/browser/bookmark_codec_unittest.cc

Issue 889473002: bookmarks: Cleanup - remove unused variables left behind after refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698