| Index: chrome_frame/test/test_server.cc
|
| diff --git a/chrome_frame/test/test_server.cc b/chrome_frame/test/test_server.cc
|
| index e5804766cc397a1377955bd7d3b3607d7e2b1699..cca7fe3b428ec16b518e49ac3196bb39311d841b 100644
|
| --- a/chrome_frame/test/test_server.cc
|
| +++ b/chrome_frame/test/test_server.cc
|
| @@ -251,7 +251,7 @@ void SimpleWebServer::DidClose(net::StreamListenSocket* sock) {
|
| }
|
|
|
| HTTPTestServer::HTTPTestServer(int port, const std::wstring& address,
|
| - FilePath root_dir)
|
| + base::FilePath root_dir)
|
| : port_(port), address_(address), root_dir_(root_dir) {
|
| net::EnsureWinsockInit();
|
| server_ =
|
|
|