| Index: chrome/browser/ui/cocoa/options/preferences_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/options/preferences_window_controller.mm (revision 72000)
|
| +++ chrome/browser/ui/cocoa/options/preferences_window_controller.mm (working copy)
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "app/l10n_util.h"
|
| #include "app/l10n_util_mac.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/logging.h"
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_aedesc.h"
|
| @@ -65,6 +64,7 @@
|
| #include "grit/theme_resources.h"
|
| #import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h"
|
| #import "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|