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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host_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: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
index 037985c7f9e9a3c1446af87fe79c59b19d6a6bb4..68c4c549a4cace47c8d9128506b88552948939b6 100644
--- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
+++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
@@ -147,7 +147,7 @@ class MockTestingProfile : public TestingProfile {
class MockBrowserFeatureExtractor : public BrowserFeatureExtractor {
public:
- explicit MockBrowserFeatureExtractor(
+ MockBrowserFeatureExtractor(
WebContents* tab,
ClientSideDetectionService* service)
: BrowserFeatureExtractor(tab, service) {}
« no previous file with comments | « chrome/browser/prerender/prerender_unittest.cc ('k') | chrome/browser/sessions/session_service_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698