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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc

Issue 2840017: AppendASCII returns a new object. (Closed)
Patch Set: Created 10 years, 6 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 | « chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc
index 0921ad1becb2b559df2f5be1f28d86ad4cdc9485..8364cf2dcdf3c9ecbc5e576da1a5634cd1751883 100644
--- a/chrome/browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_store_sqlite_unittest.cc
@@ -25,7 +25,7 @@ class SafeBrowsingStoreSqliteTest : public PlatformTest {
file_deleter_.reset(new FileAutoDeleter(temp_dir));
filename_ = temp_dir;
- filename_.AppendASCII("SafeBrowsingTestStore");
+ filename_ = filename_.AppendASCII("SafeBrowsingTestStore");
file_util::Delete(filename_, false);
const FilePath journal_file =
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698