Index: content/browser/gpu/gpu_crash_browsertest.cc |
diff --git a/content/browser/gpu/gpu_crash_browsertest.cc b/content/browser/gpu/gpu_crash_browsertest.cc |
index 23a0cc7ce209022870e60b008c1ec4d900a76906..90b1fb314ef7c8e40ed40711bdff10b4028295ea 100644 |
--- a/content/browser/gpu/gpu_crash_browsertest.cc |
+++ b/content/browser/gpu/gpu_crash_browsertest.cc |
@@ -18,11 +18,11 @@ namespace content { |
class GpuCrashTest : public ContentBrowserTest { |
protected: |
virtual void SetUpInProcessBrowserTestFixture() { |
- FilePath test_dir; |
+ base::FilePath test_dir; |
ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &test_dir)); |
gpu_test_dir_ = test_dir.AppendASCII("gpu"); |
} |
- FilePath gpu_test_dir_; |
+ base::FilePath gpu_test_dir_; |
}; |
IN_PROC_BROWSER_TEST_F(GpuCrashTest, MANUAL_Kill) { |