diff options
Diffstat (limited to 'chrome/browser/cocoa/bubble_view.mm')
-rw-r--r-- | chrome/browser/cocoa/bubble_view.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bubble_view.mm b/chrome/browser/cocoa/bubble_view.mm index f590113..515b9a5 100644 --- a/chrome/browser/cocoa/bubble_view.mm +++ b/chrome/browser/cocoa/bubble_view.mm @@ -4,9 +4,9 @@ #import "chrome/browser/cocoa/bubble_view.h" +#import "chrome/browser/cocoa/GTMTheme.h" #import "third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.h" #import "third_party/GTM/AppKit/GTMNSColor+Luminance.h" -#import "third_party/GTM/AppKit/GTMTheme.h" // The roundedness of the edges of our bubble. const int kBubbleCornerRadius = 4.0f; |