Index: chrome/browser/custom_handlers/protocol_handler_registry.cc |
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc |
index 3be1184aca68907c0e73f7439a13f5a28fc0837e..0a1913dd9b7029110f130ead44bda288b127c34f 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry.cc |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc |
@@ -12,12 +12,12 @@ |
#include "base/prefs/pref_service.h" |
#include "chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
-#include "chrome/browser/prefs/pref_registry_syncable.h" |
#include "chrome/browser/profiles/profile_io_data.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/custom_handlers/protocol_handler.h" |
#include "chrome/common/pref_names.h" |
+#include "components/user_prefs/pref_registry_syncable.h" |
#include "content/public/browser/child_process_security_policy.h" |
#include "grit/generated_resources.h" |
#include "net/base/network_delegate.h" |