| Index: chrome/browser/ui/views/download_shelf_view.h
|
| diff --git a/chrome/browser/ui/views/download_shelf_view.h b/chrome/browser/ui/views/download_shelf_view.h
|
| index 4394a2f7cacb92504e531deb8cb441ca38db527a..83d78543de5bf3da274cff9baef67b0d43c7cc68 100644
|
| --- a/chrome/browser/ui/views/download_shelf_view.h
|
| +++ b/chrome/browser/ui/views/download_shelf_view.h
|
| @@ -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.
|
|
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "app/animation_delegate.h"
|
| #include "chrome/browser/download/download_shelf.h"
|
| -#include "chrome/browser/views/accessible_pane_view.h"
|
| +#include "chrome/browser/ui/views/accessible_pane_view.h"
|
| #include "views/controls/button/button.h"
|
| #include "views/controls/link.h"
|
| #include "views/mouse_watcher.h"
|
|
|