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

Unified Diff: chrome/browser/history/multipart_uitest.cc

Issue 3047008: Fix build by using correct UI test function - user_data_dir() (Closed)
Patch Set: Created 10 years, 5 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: chrome/browser/history/multipart_uitest.cc
diff --git a/chrome/browser/history/multipart_uitest.cc b/chrome/browser/history/multipart_uitest.cc
index 7f8688fce5cafb275d0934b9a857932d61cb6170..a8fcf4c1a1020597f3ad86fdd56b3fce2b372206 100644
--- a/chrome/browser/history/multipart_uitest.cc
+++ b/chrome/browser/history/multipart_uitest.cc
@@ -42,7 +42,7 @@ TEST_F(MultipartResponseUITest, SingleVisit) {
// had 10 parts.
sql::Connection db;
FilePath history =
- user_data_dir_.AppendASCII("Default").AppendASCII("History");
+ user_data_dir().AppendASCII("Default").AppendASCII("History");
ASSERT_TRUE(file_util::PathExists(history));
ASSERT_TRUE(db.Open(history));
std::string query(
« 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