| Index: chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm
|
| index 32045f084d8907bce268e3a07f4f9b5166cb93dc..4d17be55770b73c1cebcf13276f59ef65b92e65f 100644
|
| --- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm
|
| @@ -22,13 +22,13 @@
|
| #include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h"
|
| #include "extensions/browser/extension_system.h"
|
| #include "grit/generated_resources.h"
|
| -#include "grit/ui_strings.h"
|
| #import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSAnimation+Duration.h"
|
| #include "third_party/google_toolbox_for_mac/src/AppKit/GTMUILocalizerAndLayoutTweaker.h"
|
| #import "third_party/google_toolbox_for_mac/src/AppKit/GTMUILocalizerAndLayoutTweaker.h"
|
| #include "ui/base/accelerators/platform_accelerator_cocoa.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
| +#include "ui/strings/grit/ui_strings.h"
|
|
|
|
|
| namespace {
|
|
|