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

Unified Diff: chromeos/chromeos_test_utils.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 | « chromeos/chromeos_test_utils.h ('k') | cloud_print/service/service_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_test_utils.cc
diff --git a/chromeos/chromeos_test_utils.cc b/chromeos/chromeos_test_utils.cc
index 3455644aeab9fd83e2c25d3f34dc50879667cb34..90ee92a93680067d5ddb0e2fff23656327590269 100644
--- a/chromeos/chromeos_test_utils.cc
+++ b/chromeos/chromeos_test_utils.cc
@@ -13,8 +13,8 @@ namespace test_utils {
bool GetTestDataPath(const std::string& component,
const std::string& filename,
- FilePath* data_dir) {
- FilePath path;
+ base::FilePath* data_dir) {
+ base::FilePath path;
if (!PathService::Get(base::DIR_SOURCE_ROOT, &path))
return false;
path = path.Append(FILE_PATH_LITERAL("chromeos"));
« no previous file with comments | « chromeos/chromeos_test_utils.h ('k') | cloud_print/service/service_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698