Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: chrome/browser/download/save_package.h

Issue 48019: Removed unneeded includes of base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/dom_ui/downloads_ui.cc ('k') | chrome/browser/history/history.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 5 #ifndef CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
6 #define CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 6 #define CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
7 7
8 #include <queue> 8 #include <queue>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/file_path.h" 14 #include "base/file_path.h"
15 #include "base/gfx/native_widget_types.h" 15 #include "base/gfx/native_widget_types.h"
16 #include "base/hash_tables.h" 16 #include "base/hash_tables.h"
17 #include "base/ref_counted.h" 17 #include "base/ref_counted.h"
18 #include "base/time.h"
19 #include "chrome/common/pref_member.h" 18 #include "chrome/common/pref_member.h"
20 #include "chrome/browser/download/save_item.h" 19 #include "chrome/browser/download/save_item.h"
21 #include "chrome/browser/download/save_types.h" 20 #include "chrome/browser/download/save_types.h"
22 #include "chrome/browser/renderer_host/render_view_host_delegate.h" 21 #include "chrome/browser/renderer_host/render_view_host_delegate.h"
23 22
24 class SaveFileManager; 23 class SaveFileManager;
25 class SavePackage; 24 class SavePackage;
26 class DownloadItem; 25 class DownloadItem;
27 class DownloadManager; 26 class DownloadManager;
28 class GURL; 27 class GURL;
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 WaitState wait_state_; 299 WaitState wait_state_;
301 300
302 // Unique id for this SavePackage. 301 // Unique id for this SavePackage.
303 const int tab_id_; 302 const int tab_id_;
304 303
305 friend class SavePackageTest; 304 friend class SavePackageTest;
306 DISALLOW_COPY_AND_ASSIGN(SavePackage); 305 DISALLOW_COPY_AND_ASSIGN(SavePackage);
307 }; 306 };
308 307
309 #endif // CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 308 #endif // CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/downloads_ui.cc ('k') | chrome/browser/history/history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698