Index: chrome/browser/net/crl_set_fetcher.cc |
diff --git a/chrome/browser/net/crl_set_fetcher.cc b/chrome/browser/net/crl_set_fetcher.cc |
index e3fa8d8be7bc05d5050b732f65941ab0ec7576ef..66daec57de5cad3e90ccb2b2e21c65049ec23b17 100644 |
--- a/chrome/browser/net/crl_set_fetcher.cc |
+++ b/chrome/browser/net/crl_set_fetcher.cc |
@@ -7,13 +7,13 @@ |
#include "base/file_util.h" |
#include "base/path_service.h" |
#include "base/rand_util.h" |
-#include "base/time.h" |
#include "base/string_number_conversions.h" |
+#include "base/time.h" |
#include "chrome/browser/component_updater/component_updater_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/public/browser/browser_thread.h" |
#include "net/base/crl_set.h" |
#include "net/base/ssl_config_service.h" |