| Index: chrome/browser/ui/ash/screenshot_taker.cc
|
| diff --git a/chrome/browser/ui/ash/screenshot_taker.cc b/chrome/browser/ui/ash/screenshot_taker.cc
|
| index d8fe27e898378cff5cde9b8bf6db925db2fc8a4a..e471e5389e1957e65279959aa13ae90be140af45 100644
|
| --- a/chrome/browser/ui/ash/screenshot_taker.cc
|
| +++ b/chrome/browser/ui/ash/screenshot_taker.cc
|
| @@ -31,7 +31,6 @@
|
| #include "content/public/browser/user_metrics.h"
|
| #include "grit/ash_strings.h"
|
| #include "grit/theme_resources.h"
|
| -#include "grit/ui_strings.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_event_dispatcher.h"
|
| #include "ui/base/clipboard/clipboard.h"
|
| @@ -40,6 +39,7 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/image/image.h"
|
| #include "ui/snapshot/snapshot.h"
|
| +#include "ui/strings/grit/ui_strings.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/drive/file_system_interface.h"
|
|
|