| Index: chrome/browser/sync/chrome_sync_client.cc
|
| diff --git a/chrome/browser/sync/chrome_sync_client.cc b/chrome/browser/sync/chrome_sync_client.cc
|
| index 9bf1459788f85cab5d8ee3628243ca2298486b05..5c7a532a001a5657f32dd59943c899749fa47921 100644
|
| --- a/chrome/browser/sync/chrome_sync_client.cc
|
| +++ b/chrome/browser/sync/chrome_sync_client.cc
|
| @@ -151,7 +151,7 @@ class SyncSessionsClientImpl : public sync_sessions::SyncSessionsClient {
|
| profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| }
|
| bool ShouldSyncURL(const GURL& url) const override {
|
| - if (url == GURL(chrome::kChromeUIHistoryURL)) {
|
| + if (url == chrome::kChromeUIHistoryURL) {
|
| // The history page is treated specially as we want it to trigger syncable
|
| // events for UI purposes.
|
| return true;
|
|
|