Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4690)

Unified Diff: chrome_frame/test/test_server.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome_frame/test/net/test_automation_provider.h ('k') | content/browser/renderer_host/gpu_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698