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

Unified Diff: sql/connection_unittest.cc

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « sql/connection.cc ('k') | ui/aura/remote_root_window_host_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/connection_unittest.cc
diff --git a/sql/connection_unittest.cc b/sql/connection_unittest.cc
index e8f454fa13493ada1ebf7de0cc7f09ba4a1b393a..3ed2093cc4c1da75c045ed114db3a7ccfb442467 100644
--- a/sql/connection_unittest.cc
+++ b/sql/connection_unittest.cc
@@ -25,7 +25,7 @@ class SQLConnectionTest : public testing::Test {
sql::Connection& db() { return db_; }
- FilePath db_path() {
+ base::FilePath db_path() {
return temp_dir_.path().AppendASCII("SQLConnectionTest.db");
}
« no previous file with comments | « sql/connection.cc ('k') | ui/aura/remote_root_window_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698