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

Unified Diff: content/browser/web_contents/navigation_controller_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/navigation_controller_impl_unittest.cc
diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc
index e1ef253ef78f4b23749232502efe7dba29d35ba8..9a16b4fae6d40019fcb2d84d411cc3f17d9d5b98 100644
--- a/content/browser/web_contents/navigation_controller_impl_unittest.cc
+++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc
@@ -156,7 +156,7 @@ SiteInstance* GetSiteInstanceFromEntry(NavigationEntry* entry) {
class TestWebContentsDelegate : public WebContentsDelegate {
public:
- explicit TestWebContentsDelegate() :
+ TestWebContentsDelegate() :
navigation_state_change_count_(0) {}
int navigation_state_change_count() {
@@ -944,7 +944,7 @@ TEST_F(NavigationControllerTest, Reload_GeneratesNewPage) {
class TestNavigationObserver : public RenderViewHostObserver {
public:
- TestNavigationObserver(RenderViewHost* render_view_host)
+ explicit TestNavigationObserver(RenderViewHost* render_view_host)
: RenderViewHostObserver(render_view_host) {
}
« no previous file with comments | « content/browser/trace_controller_impl.cc ('k') | content/browser/web_contents/web_contents_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698