Index: content/test/layout_test_http_server.h |
diff --git a/content/test/layout_test_http_server.h b/content/test/layout_test_http_server.h |
index 709c1eca7e89b5214a0ec00eca1f595b1db18a29..66035b653b56bd6ce98ca651b9e5df88c6ba0a9f 100644 |
--- a/content/test/layout_test_http_server.h |
+++ b/content/test/layout_test_http_server.h |
@@ -21,7 +21,7 @@ namespace content { |
// a more lightweight net/test/test_server HTTP server. |
class LayoutTestHttpServer { |
public: |
- LayoutTestHttpServer(const FilePath& root_directory, int port); |
+ LayoutTestHttpServer(const base::FilePath& root_directory, int port); |
~LayoutTestHttpServer(); |
// Starts the server. Returns true on success. |
@@ -38,7 +38,7 @@ class LayoutTestHttpServer { |
int port() const { return port_; } |
private: |
- FilePath root_directory_; // Root directory of the server. |
+ base::FilePath root_directory_; // Root directory of the server. |
int port_; // Port on which the server should listen. |