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

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

Issue 7575010: Removal of Profile from content part 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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 | « content/browser/download/save_file_manager.h ('k') | content/browser/download/save_package.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CONTENT_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 5 #ifndef CONTENT_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
6 #define CONTENT_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 6 #define CONTENT_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <queue> 9 #include <queue>
10 #include <string> 10 #include <string>
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/gtest_prod_util.h" 15 #include "base/gtest_prod_util.h"
16 #include "base/hash_tables.h" 16 #include "base/hash_tables.h"
17 #include "base/memory/ref_counted.h" 17 #include "base/memory/ref_counted.h"
18 #include "base/memory/weak_ptr.h" 18 #include "base/memory/weak_ptr.h"
19 #include "base/task.h" 19 #include "base/task.h"
20 #include "chrome/browser/download/download_manager.h" 20 #include "chrome/browser/download/download_manager.h"
21 #include "content/browser/tab_contents/tab_contents_observer.h" 21 #include "content/browser/tab_contents/tab_contents_observer.h"
22 #include "googleurl/src/gurl.h" 22 #include "googleurl/src/gurl.h"
23 23
24 class GURL; 24 class GURL;
25 class MessageLoop; 25 class MessageLoop;
26 class PrefService; 26 class PrefService;
27 class Profile;
28 class SaveFileManager; 27 class SaveFileManager;
29 class SaveItem; 28 class SaveItem;
30 class SavePackage; 29 class SavePackage;
31 class TabContents; 30 class TabContents;
32 struct SaveFileCreateInfo; 31 struct SaveFileCreateInfo;
33 struct SavePackageParam; 32 struct SavePackageParam;
34 33
35 namespace base { 34 namespace base {
36 class Thread; 35 class Thread;
37 class Time; 36 class Time;
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 friend class SavePackageTest; 319 friend class SavePackageTest;
321 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestSuggestedSaveNames); 320 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestSuggestedSaveNames);
322 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestLongSafePureFilename); 321 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestLongSafePureFilename);
323 322
324 ScopedRunnableMethodFactory<SavePackage> method_factory_; 323 ScopedRunnableMethodFactory<SavePackage> method_factory_;
325 324
326 DISALLOW_COPY_AND_ASSIGN(SavePackage); 325 DISALLOW_COPY_AND_ASSIGN(SavePackage);
327 }; 326 };
328 327
329 #endif // CONTENT_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 328 #endif // CONTENT_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
OLDNEW
« no previous file with comments | « content/browser/download/save_file_manager.h ('k') | content/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698