| Index: chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm b/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| index 2e5270ce3dae90bcaa45b5ff29d5b8e4b045e0f5..f47725514c0e837c17c9b5fb10022f635fd5bc2d 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| @@ -18,8 +18,8 @@
|
| #import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSAnimation+Duration.h"
|
| #include "third_party/skia/include/utils/mac/SkCGUtils.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/image/image.h"
|
| -#include "ui/gfx/rect.h"
|
|
|
| class DownloadAnimationWebObserver;
|
|
|
|
|