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

Unified Diff: content/browser/web_contents/web_contents_impl_unittest.cc

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
Index: content/browser/web_contents/web_contents_impl_unittest.cc
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
index a669c0331bd5066a02460e4575a04ed82958bca7..bd333b11dd19e717a85caef3da3838444ee6aa76 100644
--- a/content/browser/web_contents/web_contents_impl_unittest.cc
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc
@@ -95,7 +95,7 @@ class TestInterstitialPage;
class TestInterstitialPageDelegate : public InterstitialPageDelegate {
public:
- TestInterstitialPageDelegate(TestInterstitialPage* interstitial_page)
+ explicit TestInterstitialPageDelegate(TestInterstitialPage* interstitial_page)
: interstitial_page_(interstitial_page) {}
virtual void CommandReceived(const std::string& command) OVERRIDE;
virtual std::string GetHTMLContents() OVERRIDE { return std::string(); }

Powered by Google App Engine
This is Rietveld 408576698