Index: components/history/core/browser/typed_url_syncable_service.cc |
diff --git a/components/history/core/browser/typed_url_syncable_service.cc b/components/history/core/browser/typed_url_syncable_service.cc |
index b152df15538f73e9dc7b26a6d43dcf58fb42731f..b8aa8b416d7dd2a6ff5400f6bf5f6ec2e19aef5e 100644 |
--- a/components/history/core/browser/typed_url_syncable_service.cc |
+++ b/components/history/core/browser/typed_url_syncable_service.cc |
@@ -5,6 +5,7 @@ |
#include "components/history/core/browser/typed_url_syncable_service.h" |
#include <stddef.h> |
+ |
#include <utility> |
#include "base/auto_reset.h" |
@@ -12,9 +13,9 @@ |
#include "base/metrics/histogram_macros.h" |
#include "base/strings/utf_string_conversions.h" |
#include "components/history/core/browser/history_backend.h" |
+#include "components/sync/protocol/sync.pb.h" |
+#include "components/sync/protocol/typed_url_specifics.pb.h" |
#include "net/base/url_util.h" |
-#include "sync/protocol/sync.pb.h" |
-#include "sync/protocol/typed_url_specifics.pb.h" |
namespace history { |