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 018bf14e782d3931e62f3f1ce2ace2d2a172d20f..0397d59dba97af4b5c396fb181aee936bccd368c 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 { |