diff options
Diffstat (limited to 'chrome/browser/download/save_file_manager.h')
-rw-r--r-- | chrome/browser/download/save_file_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/save_file_manager.h b/chrome/browser/download/save_file_manager.h index f473423..4b13acb 100644 --- a/chrome/browser/download/save_file_manager.h +++ b/chrome/browser/download/save_file_manager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. // @@ -62,7 +62,6 @@ #include <string> #include "base/basictypes.h" -#include "base/file_path.h" #include "base/hash_tables.h" #include "base/ref_counted.h" #include "chrome/browser/download/save_types.h" @@ -70,6 +69,7 @@ namespace net { class IOBuffer; } +class FilePath; class GURL; class SaveFile; class SavePackage; |