| Index: chrome/browser/bookmarks/managed_bookmark_service_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/managed_bookmark_service_unittest.cc b/chrome/browser/bookmarks/managed_bookmark_service_unittest.cc
|
| index 847c27a5463b636a97782d26339c009877a9f3b9..7d95cc37484213a63892e0e310a7df3b57f89704 100644
|
| --- a/chrome/browser/bookmarks/managed_bookmark_service_unittest.cc
|
| +++ b/chrome/browser/bookmarks/managed_bookmark_service_unittest.cc
|
| @@ -22,7 +22,7 @@
|
| #include "components/bookmarks/test/bookmark_test_helpers.h"
|
| #include "components/bookmarks/test/mock_bookmark_model_observer.h"
|
| #include "components/strings/grit/components_strings.h"
|
| -#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| +#include "components/sync_preferences/testing_pref_service_syncable.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -136,7 +136,7 @@ class ManagedBookmarkServiceTest : public testing::Test {
|
|
|
| content::TestBrowserThreadBundle thread_bundle_;
|
| TestingProfile profile_;
|
| - syncable_prefs::TestingPrefServiceSyncable* prefs_;
|
| + sync_preferences::TestingPrefServiceSyncable* prefs_;
|
| bookmarks::MockBookmarkModelObserver observer_;
|
| ManagedBookmarkService* managed_;
|
| BookmarkModel* model_;
|
|
|