Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm (revision 115169) |
+++ chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm (working copy) |
@@ -13,12 +13,14 @@ |
#import "chrome/browser/ui/cocoa/hyperlink_button_cell.h" |
#import "chrome/browser/ui/cocoa/info_bubble_view.h" |
#import "chrome/browser/ui/cocoa/l10n_util.h" |
-#include "content/browser/plugin_service.h" |
+#include "content/public/browser/plugin_service.h" |
#include "grit/generated_resources.h" |
#include "skia/ext/skia_utils_mac.h" |
#import "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h" |
#include "ui/base/l10n/l10n_util.h" |
+using content::PluginService; |
+ |
namespace { |
// Must match the tag of the unblock radio button in the xib files. |