| Index: chrome/browser/ui/ash/launcher/launcher_context_menu.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
|
| index 4489803ae2ad1963779b8b7e4d3b9f216eeeebc6..1dd2301efdb22440a1fbfd0e312c5717e8a0abe6 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
|
| @@ -10,6 +10,7 @@
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shelf/shelf_widget.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| +#include "ash/common/strings/grit/ash_strings.h"
|
| #include "ash/common/wallpaper/wallpaper_delegate.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "build/build_config.h"
|
| @@ -25,7 +26,6 @@
|
| #include "chrome/grit/generated_resources.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "content/public/common/context_menu_params.h"
|
| -#include "grit/ash_strings.h"
|
|
|
| namespace {
|
|
|
|
|