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

Unified Diff: chrome_frame/test/net/test_automation_provider.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
« no previous file with comments | « chrome_frame/custom_sync_call_context.h ('k') | chrome_frame/test/test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/test_automation_provider.h
diff --git a/chrome_frame/test/net/test_automation_provider.h b/chrome_frame/test/net/test_automation_provider.h
index 209a069c90c123e567917874f3c2ab2c45803205..0c00d631add8b53b54f84a7b12b898031490aee2 100644
--- a/chrome_frame/test/net/test_automation_provider.h
+++ b/chrome_frame/test/net/test_automation_provider.h
@@ -30,8 +30,8 @@ class TestAutomationProviderDelegate {
class TestAutomationProvider
: public AutomationProvider {
public:
- explicit TestAutomationProvider(Profile* profile,
- TestAutomationProviderDelegate* delegate);
+ TestAutomationProvider(Profile* profile,
+ TestAutomationProviderDelegate* delegate);
virtual ~TestAutomationProvider();
« no previous file with comments | « chrome_frame/custom_sync_call_context.h ('k') | chrome_frame/test/test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698