| Index: chrome_frame/test/test_server.h
|
| diff --git a/chrome_frame/test/test_server.h b/chrome_frame/test/test_server.h
|
| index 50ba5da19f13876f3c0bdde00396feb25553628f..1b60645e9b74627131a1afdbb4d094ce618f1729 100644
|
| --- a/chrome_frame/test/test_server.h
|
| +++ b/chrome_frame/test/test_server.h
|
| @@ -374,8 +374,7 @@ class ConfigurableConnection : public base::RefCounted<ConfigurableConnection> {
|
| // instance to send the response.
|
| class HTTPTestServer : public net::ListenSocket::ListenSocketDelegate {
|
| public:
|
| - explicit HTTPTestServer(int port, const std::wstring& address,
|
| - FilePath root_dir);
|
| + HTTPTestServer(int port, const std::wstring& address, FilePath root_dir);
|
| virtual ~HTTPTestServer();
|
|
|
| // HTTP GET request is received. Override in derived classes.
|
|
|