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

Unified Diff: content/browser/gpu/webgl_conformance_test.cc

Issue 12213066: Use base namespace for FilePath in content/browser (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/browser/gpu/gpu_process_host.cc ('k') | content/browser/hyphenator/hyphenator_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/webgl_conformance_test.cc
diff --git a/content/browser/gpu/webgl_conformance_test.cc b/content/browser/gpu/webgl_conformance_test.cc
index 1e54f147b2fe2f84bc6db84cc30dd6c9952f1cbf..bf69f1f44ca14bd847c8685b01a39849c510c328 100644
--- a/content/browser/gpu/webgl_conformance_test.cc
+++ b/content/browser/gpu/webgl_conformance_test.cc
@@ -29,7 +29,7 @@ class WebGLConformanceTest : public ContentBrowserTest {
}
virtual void SetUpInProcessBrowserTestFixture() {
- FilePath webgl_conformance_path;
+ base::FilePath webgl_conformance_path;
PathService::Get(base::DIR_SOURCE_ROOT, &webgl_conformance_path);
webgl_conformance_path = webgl_conformance_path.Append(
FILE_PATH_LITERAL("third_party"));
@@ -74,7 +74,7 @@ class WebGLConformanceTest : public ContentBrowserTest {
}
private:
- FilePath test_path_;
+ base::FilePath test_path_;
GPUTestBotConfig bot_config_;
GPUTestExpectationsParser test_expectations_;
};
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/hyphenator/hyphenator_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698