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 9637580fc82f16efd6b110cfa734d5b6353c3eb0..14486949e796da5dafcd74dbea04a1054ec715db 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc |
@@ -6,11 +6,13 @@ |
#include "base/file_path.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "base/memory/scoped_temp_dir.h" |
+#include "base/scoped_temp_dir.h" |
#include "base/task.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/ui/tab_contents/tab_contents_wrapper.h" |
+#include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/safe_browsing/csd.pb.h" |
#include "chrome/common/safe_browsing/safebrowsing_messages.h" |
@@ -18,8 +20,6 @@ |
#include "chrome/test/ui_test_utils.h" |
#include "content/browser/browser_thread.h" |
#include "content/browser/renderer_host/test_render_view_host.h" |
-#include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h" |
-#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "content/browser/tab_contents/test_tab_contents.h" |
#include "googleurl/src/gurl.h" |
#include "ipc/ipc_test_sink.h" |