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

Unified Diff: chrome/browser/safe_browsing/download_protection_service_unittest.cc

Issue 313073002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/download_protection_service_unittest.cc
diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
index fac673675e2da25c63e9e64f244c22acf4f28b44..cdc3270aa81fca468fadfc411f300d1dcc8886ff 100644
--- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
+++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
@@ -101,10 +101,10 @@ class FakeSafeBrowsingService : public SafeBrowsingService {
class MockBinaryFeatureExtractor : public BinaryFeatureExtractor {
public:
MockBinaryFeatureExtractor() {}
- MOCK_METHOD2(CheckSignature, void (const base::FilePath&,
- ClientDownloadRequest_SignatureInfo*));
- MOCK_METHOD2(ExtractImageHeaders, void (const base::FilePath&,
- ClientDownloadRequest_ImageHeaders*));
+ MOCK_METHOD2(CheckSignature, void(const base::FilePath&,
+ ClientDownloadRequest_SignatureInfo*));
+ MOCK_METHOD2(ExtractImageHeaders, void(const base::FilePath&,
+ ClientDownloadRequest_ImageHeaders*));
protected:
virtual ~MockBinaryFeatureExtractor() {}

Powered by Google App Engine
This is Rietveld 408576698