summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/test_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/test_server.h')
-rw-r--r--chrome_frame/test/test_server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/test/test_server.h b/chrome_frame/test/test_server.h
index 50ba5da..1b60645 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.