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

Unified Diff: chromeos/chromeos_test_utils.h

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 | « chrome_frame/utils.h ('k') | chromeos/chromeos_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_test_utils.h
diff --git a/chromeos/chromeos_test_utils.h b/chromeos/chromeos_test_utils.h
index b424580bdbaaa35ee90c4bec74542635147e55e4..db0bc661c12b179b67f2db2b9c1afd4b08195eab 100644
--- a/chromeos/chromeos_test_utils.h
+++ b/chromeos/chromeos_test_utils.h
@@ -7,7 +7,9 @@
#include <string>
+namespace base {
class FilePath;
+}
namespace chromeos {
namespace test_utils {
@@ -15,7 +17,7 @@ namespace test_utils {
// Returns the path to the given test data file for this library.
bool GetTestDataPath(const std::string& component,
const std::string& filename,
- FilePath* data_dir);
+ base::FilePath* data_dir);
} // namespace test_utils
} // namespace chromeos
« no previous file with comments | « chrome_frame/utils.h ('k') | chromeos/chromeos_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698