Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
index 8836ec2c4a736b6542a3eb4c310e63ce13b62b74..ad3cc0ae79aeef59dd305e86712287fa4d4dd8ba 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
@@ -32,7 +32,7 @@ |
#include "components/bookmarks/browser/bookmark_utils.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 "testing/gtest/include/gtest/gtest.h" |
#import "testing/gtest_mac.h" |
#include "testing/platform_test.h" |
@@ -1690,7 +1690,7 @@ TEST_F(BookmarkBarControllerTest, BookmarksWithoutAppsPageShortcut) { |
TEST_F(BookmarkBarControllerTest, ManagedShowAppsShortcutInBookmarksBar) { |
// By default the pref is not managed and the apps shortcut is shown. |
- syncable_prefs::TestingPrefServiceSyncable* prefs = |
+ sync_preferences::TestingPrefServiceSyncable* prefs = |
profile()->GetTestingPrefService(); |
EXPECT_FALSE(prefs->IsManagedPreference( |
bookmarks::prefs::kShowAppsShortcutInBookmarkBar)); |