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

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

Issue 6598086: Update more includes that were pointing to the old locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #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/ref_counted.h" 17 #include "base/ref_counted.h"
18 #include "base/task.h" 18 #include "base/task.h"
19 #include "chrome/browser/tab_contents/tab_contents_observer.h"
20 #include "chrome/browser/ui/shell_dialogs.h" 19 #include "chrome/browser/ui/shell_dialogs.h"
20 #include "content/browser/tab_contents/tab_contents_observer.h"
21 #include "googleurl/src/gurl.h" 21 #include "googleurl/src/gurl.h"
22 22
23 class SaveFileManager; 23 class SaveFileManager;
24 class SaveItem; 24 class SaveItem;
25 class SavePackage; 25 class SavePackage;
26 class DownloadItem; 26 class DownloadItem;
27 class DownloadManager; 27 class DownloadManager;
28 class GURL; 28 class GURL;
29 class MessageLoop; 29 class MessageLoop;
30 class PrefService; 30 class PrefService;
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 friend class SavePackageTest; 321 friend class SavePackageTest;
322 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestSuggestedSaveNames); 322 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestSuggestedSaveNames);
323 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestLongSafePureFilename); 323 FRIEND_TEST_ALL_PREFIXES(SavePackageTest, TestLongSafePureFilename);
324 324
325 ScopedRunnableMethodFactory<SavePackage> method_factory_; 325 ScopedRunnableMethodFactory<SavePackage> method_factory_;
326 326
327 DISALLOW_COPY_AND_ASSIGN(SavePackage); 327 DISALLOW_COPY_AND_ASSIGN(SavePackage);
328 }; 328 };
329 329
330 #endif // CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ 330 #endif // CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_
OLDNEW
« no previous file with comments | « chrome/browser/desktop_notification_handler.h ('k') | chrome/browser/extensions/extension_browser_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698