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

Unified Diff: content/test/layout_browsertest.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 | « content/renderer/renderer_webcolorchooser_impl.h ('k') | crypto/openpgp_symmetric_encryption.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/layout_browsertest.h
diff --git a/content/test/layout_browsertest.h b/content/test/layout_browsertest.h
index 583bac2a401aed91ca2e211d523da8cc3ed31482..2029631daf7ec54ca83c25dbead2e2b1d21bd62a 100644
--- a/content/test/layout_browsertest.h
+++ b/content/test/layout_browsertest.h
@@ -14,8 +14,8 @@ class WebKitTestController;
class InProcessBrowserLayoutTest : public ContentBrowserTest {
public:
- explicit InProcessBrowserLayoutTest(const FilePath& test_parent_dir,
- const FilePath& test_case_dir);
+ InProcessBrowserLayoutTest(const FilePath& test_parent_dir,
+ const FilePath& test_case_dir);
// Used when running HTTP layout tests. Starts the server in the constructor
// and keeps it running through the lifetime of this test. This is done to
// avoid flakiness in restarting the server while the port is still in use.
« no previous file with comments | « content/renderer/renderer_webcolorchooser_impl.h ('k') | crypto/openpgp_symmetric_encryption.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698