| Index: chrome/default_plugin/plugin_impl_mac.mm
|
| ===================================================================
|
| --- chrome/default_plugin/plugin_impl_mac.mm (revision 72000)
|
| +++ chrome/default_plugin/plugin_impl_mac.mm (working copy)
|
| @@ -7,7 +7,6 @@
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "app/l10n_util_mac.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| @@ -15,6 +14,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/default_plugin_resources.h"
|
| #include "grit/webkit_strings.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
| #include "unicode/locid.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/plugins/npapi/default_plugin_shared.h"
|
|
|