Index: content/browser/fileapi/file_system_browsertest.cc |
diff --git a/content/browser/fileapi/file_system_browsertest.cc b/content/browser/fileapi/file_system_browsertest.cc |
index e9fa9cfc865d92c36c458ecbc2977972130eaa74..8e8316e30afaa36057eb24e9427f690a13c5ae40 100644 |
--- a/content/browser/fileapi/file_system_browsertest.cc |
+++ b/content/browser/fileapi/file_system_browsertest.cc |
@@ -85,8 +85,8 @@ class FileSystemLayoutTest : public InProcessBrowserLayoutTest { |
public: |
FileSystemLayoutTest() : |
InProcessBrowserLayoutTest( |
- FilePath(), |
- FilePath( |
+ base::FilePath(), |
+ base::FilePath( |
FILE_PATH_LITERAL("fast/filesystem_temp") |
).NormalizePathSeparators()) { |
} |