Index: chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm b/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm |
index 81bf1850c0d0f6118d1507a7ca2426ac36bc9423..9c2ec091f1439b1a83d024c4a2ac7c8000c4bbf5 100644 |
--- a/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm |
@@ -10,8 +10,8 @@ |
#include "chrome/browser/ui/confirm_bubble.h" |
#include "chrome/browser/ui/confirm_bubble_model.h" |
#import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSBezierPath+RoundRect.h" |
+#include "ui/gfx/geometry/point.h" |
#include "ui/gfx/image/image.h" |
-#include "ui/gfx/point.h" |
// The width for the message text. We break lines so the specified message fits |
// into this width. |