| 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 b316d18c8342fe5547e999f0d3034640402e8065..1abc3c0c877fd329b582daeb10e4404119ca94c4 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/download/download_started_animation_mac.mm
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| @@ -12,11 +12,11 @@
|
| #import <QuartzCore/QuartzCore.h>
|
|
|
| #include "chrome/browser/tab_contents/tab_contents_view_mac.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| #import "chrome/browser/ui/cocoa/animatable_image.h"
|
| -#include "chrome/common/notification_details.h"
|
| -#include "chrome/common/notification_source.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/common/notification_details.h"
|
| +#include "content/common/notification_registrar.h"
|
| +#include "content/common/notification_source.h"
|
| #include "grit/theme_resources.h"
|
| #import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h"
|
| #include "third_party/skia/include/utils/mac/SkCGUtils.h"
|
|
|