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

Unified Diff: chrome/renderer/safe_browsing/mock_feature_extractor_clock.h

Issue 6413036: Another big out-of-lining of test code. Hits a lot of gmock objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/renderer/safe_browsing/mock_feature_extractor_clock.h
diff --git a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h b/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
index a78373253404ec19af6d7f51023f7bab814b3a53..05f3bef79d18301388ddcedf326b95de649bc8ce 100644
--- a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
+++ b/chrome/renderer/safe_browsing/mock_feature_extractor_clock.h
@@ -14,8 +14,8 @@ namespace safe_browsing {
class MockFeatureExtractorClock : public FeatureExtractorClock {
public:
- MockFeatureExtractorClock() : FeatureExtractorClock() {}
- virtual ~MockFeatureExtractorClock() {}
+ MockFeatureExtractorClock();
+ virtual ~MockFeatureExtractorClock();
MOCK_METHOD0(Now, base::TimeTicks());

Powered by Google App Engine
This is Rietveld 408576698