| Index: components/history/core/browser/web_history_service.cc
|
| diff --git a/components/history/core/browser/web_history_service.cc b/components/history/core/browser/web_history_service.cc
|
| index c384f9d8bb55eebb75ca2d5f58a1ae0e7f9606c8..eca55b8ca67d71ef1fd70b3fa60caefeb3481c3a 100644
|
| --- a/components/history/core/browser/web_history_service.cc
|
| +++ b/components/history/core/browser/web_history_service.cc
|
| @@ -17,6 +17,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| +#include "components/sync/protocol/history_status.pb.h"
|
| #include "components/sync_driver/sync_util.h"
|
| #include "google_apis/gaia/gaia_urls.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| @@ -28,7 +29,6 @@
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "sync/protocol/history_status.pb.h"
|
| #include "ui/base/device_form_factor.h"
|
| #include "url/gurl.h"
|
|
|
|
|