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

Unified Diff: chrome/renderer/extensions/webstore_bindings.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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/renderer/extensions/request_sender.h ('k') | chrome/renderer/net/predictor_queue_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/webstore_bindings.h
diff --git a/chrome/renderer/extensions/webstore_bindings.h b/chrome/renderer/extensions/webstore_bindings.h
index 6f6ca1b0c4c98756df033c4e74e80cb4f6feba04..082396073a2c912c147712f834c645ae3c645076 100644
--- a/chrome/renderer/extensions/webstore_bindings.h
+++ b/chrome/renderer/extensions/webstore_bindings.h
@@ -18,8 +18,8 @@ class ChromeV8Context;
class WebstoreBindings : public ChromeV8Extension,
public ChromeV8ExtensionHandler {
public:
- explicit WebstoreBindings(Dispatcher* dispatcher,
- ChromeV8Context* context);
+ WebstoreBindings(Dispatcher* dispatcher,
+ ChromeV8Context* context);
// IPC::Listener
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « chrome/renderer/extensions/request_sender.h ('k') | chrome/renderer/net/predictor_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698