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

Unified Diff: webkit/tools/test_shell/test_navigation_controller.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
Index: webkit/tools/test_shell/test_navigation_controller.h
diff --git a/webkit/tools/test_shell/test_navigation_controller.h b/webkit/tools/test_shell/test_navigation_controller.h
index 17de056b95b0a684f51ce82ef91bb0a0742a23b7..e2ce67e7c355f0084010badf77e5646fb2502d8f 100644
--- a/webkit/tools/test_shell/test_navigation_controller.h
+++ b/webkit/tools/test_shell/test_navigation_controller.h
@@ -21,7 +21,7 @@ class TestShell;
// Associated with browser-initated navigations to hold tracking data.
class TestShellExtraData : public WebKit::WebDataSource::ExtraData {
public:
- TestShellExtraData(int32 pending_page_id)
+ explicit TestShellExtraData(int32 pending_page_id)
: pending_page_id(pending_page_id),
request_committed(false) {
}
@@ -80,7 +80,7 @@ class TestNavigationEntry {
// version as possible.
class TestNavigationController {
public:
- TestNavigationController(TestShell* shell);
+ explicit TestNavigationController(TestShell* shell);
~TestNavigationController();
void Reset();
« no previous file with comments | « webkit/tools/test_shell/simple_resource_loader_bridge.cc ('k') | webkit/tools/test_shell/test_shell_platform_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698