| Index: chrome/browser/download/download_util.cc
|
| diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc
|
| index f00db3659bad93f83eb8601598e8aaf8c3297939..298e09183b9067ba055f11f744ad8344e2c94053 100644
|
| --- a/chrome/browser/download/download_util.cc
|
| +++ b/chrome/browser/download/download_util.cc
|
| @@ -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.
|
| //
|
| @@ -75,7 +75,7 @@
|
| #include "app/win/win_util.h"
|
| #include "base/win/scoped_comptr.h"
|
| #include "chrome/browser/browser_list.h"
|
| -#include "chrome/browser/views/frame/browser_view.h"
|
| +#include "chrome/browser/ui/views/frame/browser_view.h"
|
| #endif
|
|
|
| namespace download_util {
|
|
|