| Index: chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| index c9f9b79d2e12ce3fa2f1c6181dc90526a8f8d2d3..545cee127168c0646c72a9960e3267b46efa6675 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| @@ -21,7 +21,7 @@
|
| #include "components/bookmarks/browser/bookmark_node.h"
|
| #include "components/bookmarks/common/bookmark_pref_names.h"
|
| #include "components/bookmarks/test/bookmark_test_helpers.h"
|
| -#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| +#include "components/sync_preferences/testing_pref_service_syncable.h"
|
| #include "content/public/browser/page_navigator.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| @@ -339,7 +339,7 @@ TEST_F(BookmarkContextMenuControllerTest,
|
| std::vector<const BookmarkNode*>());
|
|
|
| // By default, the pref is not managed and the command is enabled.
|
| - syncable_prefs::TestingPrefServiceSyncable* prefs =
|
| + sync_preferences::TestingPrefServiceSyncable* prefs =
|
| profile_->GetTestingPrefService();
|
| EXPECT_FALSE(prefs->IsManagedPreference(
|
| bookmarks::prefs::kShowAppsShortcutInBookmarkBar));
|
|
|