| Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| index 6d834a9f231ca2234da78fda3247c2e3e3ede524..60f76a0ca4d505dbe393d50d1d3e0baa3acbfb40 100644
|
| --- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| @@ -366,7 +366,7 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
|
| }
|
|
|
| bool CanSyncNode(const BookmarkNode* node) {
|
| - return model_->client()->CanSyncNode(node);
|
| + return model_->CanSyncNode(node);
|
| }
|
|
|
| // Inserts a folder directly to the share.
|
|
|