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

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

Issue 2857015: Clang/mac: Get unit_tests built. (Closed)
Patch Set: rebase 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
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 =

Powered by Google App Engine
This is Rietveld 408576698