| Index: chrome/browser/ui/cocoa/info_bubble_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/info_bubble_view.mm b/chrome/browser/ui/cocoa/info_bubble_view.mm
|
| index 19d82f7c64e0f8c73f2a5ba08f145493457e2bc5..90f89e971ac5ea75588909aed0593de66075bba1 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_view.mm
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_view.mm
|
| @@ -5,7 +5,7 @@
|
| #import "chrome/browser/ui/cocoa/info_bubble_view.h"
|
|
|
| #include "base/logging.h"
|
| -#import "third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.h"
|
| +#import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSBezierPath+RoundRect.h"
|
|
|
| @implementation InfoBubbleView
|
|
|
|
|