Commit 65f68e0c authored by groby's avatar groby Committed by Commit bot

Use #import for ObjC headers.

Minor style nit, but base_bubble_controller.h exposes ObjC APIs and
should be included via #import, not #include.

BUG=none

Review URL: https://codereview.chromium.org/665063003

Cr-Commit-Position: refs/heads/master@{#300413}
parent b846e0a2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "base/mac/scoped_block.h" #include "base/mac/scoped_block.h"
#include "base/mac/scoped_nsobject.h" #include "base/mac/scoped_nsobject.h"
#include "chrome/browser/ui/cocoa/base_bubble_controller.h" #import "chrome/browser/ui/cocoa/base_bubble_controller.h"
#import "ui/base/cocoa/tracking_area.h" #import "ui/base/cocoa/tracking_area.h"
namespace content { namespace content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment