Index: chrome/browser/safe_browsing/client_side_detection_service.cc |
diff --git a/chrome/browser/safe_browsing/client_side_detection_service.cc b/chrome/browser/safe_browsing/client_side_detection_service.cc |
index 7bb0e855f1392a25e2022115088eaae20c457876..87d97606140c03ca238132e78a043052e20ba982 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_service.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_service.cc |
@@ -6,14 +6,14 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
-#include "base/time.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop.h" |
#include "base/metrics/histogram.h" |
-#include "base/string_util.h" |
#include "base/stl_util.h" |
+#include "base/string_util.h" |
#include "base/task.h" |
#include "base/time.h" |
+#include "base/time.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile.h" |
@@ -23,8 +23,8 @@ |
#include "chrome/common/safe_browsing/client_model.pb.h" |
#include "chrome/common/safe_browsing/csd.pb.h" |
#include "chrome/common/safe_browsing/safebrowsing_messages.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/renderer_host/render_process_host.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_types.h" |
#include "content/public/common/url_fetcher.h" |