Index: content/public/test/browser_test_utils.cc |
diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc |
index 69d0b98cd47ad47f1670f7ce50c43903d246c6b8..8b8b6ba9b7f99c0926dd9ed238da8f5d0c622bdb 100644 |
--- a/content/public/test/browser_test_utils.cc |
+++ b/content/public/test/browser_test_utils.cc |
@@ -192,7 +192,7 @@ void SetCookieOnIOThread(const GURL& url, |
} // namespace |
-GURL GetFileUrlWithQuery(const FilePath& path, |
+GURL GetFileUrlWithQuery(const base::FilePath& path, |
const std::string& query_string) { |
GURL url = net::FilePathToFileURL(path); |
if (!query_string.empty()) { |