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

Unified Diff: content/test/gpu/gpu_test_expectations_parser.h

Issue 12208057: Add explicit base to FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « content/test/content_test_launcher.cc ('k') | content/test/gpu/gpu_test_expectations_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_test_expectations_parser.h
diff --git a/content/test/gpu/gpu_test_expectations_parser.h b/content/test/gpu/gpu_test_expectations_parser.h
index 215096db1b421b379a37a21583dd097526c75acb..c80a2800ee7d2880a594b5bce2fe4883af39e10e 100644
--- a/content/test/gpu/gpu_test_expectations_parser.h
+++ b/content/test/gpu/gpu_test_expectations_parser.h
@@ -33,7 +33,7 @@ class GPUTestExpectationsParser {
// save all the entries. Otherwise, generate error messages.
// Return true if parsing succeeds.
bool LoadTestExpectations(const std::string& data);
- bool LoadTestExpectations(const FilePath& path);
+ bool LoadTestExpectations(const base::FilePath& path);
bool LoadTestExpectations(GPUTestProfile profile);
// Query error messages from the last LoadTestExpectations() call.
@@ -82,7 +82,7 @@ class GPUTestExpectationsParser {
// Return false if an error occurs or the path does not exist.
static bool GetExpectationsPath(GPUTestProfile profile,
- FilePath* path);
+ base::FilePath* path);
std::vector<GPUTestExpectationEntry> entries_;
std::vector<std::string> error_messages_;
« no previous file with comments | « content/test/content_test_launcher.cc ('k') | content/test/gpu/gpu_test_expectations_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698