summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/safe_browsing/mock_binary_feature_extractor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/safe_browsing/mock_binary_feature_extractor.cc')
-rw-r--r--chromium/chrome/common/safe_browsing/mock_binary_feature_extractor.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/chrome/common/safe_browsing/mock_binary_feature_extractor.cc b/chromium/chrome/common/safe_browsing/mock_binary_feature_extractor.cc
new file mode 100644
index 00000000000..0f5baa80c6d
--- /dev/null
+++ b/chromium/chrome/common/safe_browsing/mock_binary_feature_extractor.cc
@@ -0,0 +1,13 @@
+// Copyright 2018 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/common/safe_browsing/mock_binary_feature_extractor.h"
+
+namespace safe_browsing {
+
+MockBinaryFeatureExtractor::MockBinaryFeatureExtractor() {}
+
+MockBinaryFeatureExtractor::~MockBinaryFeatureExtractor() {}
+
+} // namespace safe_browsing