Index: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
=================================================================== |
--- chrome/browser/safe_browsing/client_side_detection_host_unittest.cc (revision 75800) |
+++ chrome/browser/safe_browsing/client_side_detection_host_unittest.cc (working copy) |
@@ -8,14 +8,14 @@ |
#include "base/scoped_ptr.h" |
#include "base/scoped_temp_dir.h" |
#include "base/task.h" |
-#include "chrome/browser/browser_thread.h" |
-#include "chrome/browser/renderer_host/test/test_render_view_host.h" |
#include "chrome/browser/safe_browsing/client_side_detection_host.h" |
#include "chrome/browser/safe_browsing/client_side_detection_service.h" |
#include "chrome/browser/safe_browsing/safe_browsing_service.h" |
-#include "chrome/browser/tab_contents/test_tab_contents.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/test/ui_test_utils.h" |
+#include "content/browser/browser_thread.h" |
+#include "content/browser/renderer_host/test_render_view_host.h" |
+#include "content/browser/tab_contents/test_tab_contents.h" |
#include "googleurl/src/gurl.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gmock/include/gmock/gmock-spec-builders.h" |
@@ -29,7 +29,7 @@ |
class MockClientSideDetectionService : public ClientSideDetectionService { |
public: |
- MockClientSideDetectionService(const FilePath& model_path) |
+ explicit MockClientSideDetectionService(const FilePath& model_path) |
: ClientSideDetectionService(model_path, NULL) {} |
virtual ~MockClientSideDetectionService() {}; |