diff options
Diffstat (limited to 'chrome/browser/ui/views/frame/global_menu_bar_x11.cc')
-rw-r--r-- | chrome/browser/ui/views/frame/global_menu_bar_x11.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc index 28a2e48..a90e802 100644 --- a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc +++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc @@ -11,7 +11,6 @@ #include "base/debug/leak_annotations.h" #include "base/logging.h" #include "base/macros.h" -#include "base/prefs/pref_service.h" #include "base/stl_util.h" #include "base/strings/string_number_conversions.h" #include "base/strings/stringprintf.h" @@ -34,6 +33,7 @@ #include "chrome/grit/generated_resources.h" #include "components/bookmarks/common/bookmark_pref_names.h" #include "components/history/core/browser/top_sites.h" +#include "components/prefs/pref_service.h" #include "components/sessions/core/tab_restore_service.h" #include "grit/components_strings.h" #include "ui/base/accelerators/menu_label_accelerator_util_linux.h" |