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

Side by Side Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_BROWSING_DATA_BROWSING_DATA_REMOVER_H_ 5 #ifndef CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_
6 #define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_ 6 #define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 38
39 namespace disk_cache { 39 namespace disk_cache {
40 class Backend; 40 class Backend;
41 } 41 }
42 42
43 namespace net { 43 namespace net {
44 class URLRequestContextGetter; 44 class URLRequestContextGetter;
45 } 45 }
46 46
47 namespace quota { 47 namespace storage {
48 class QuotaManager; 48 class QuotaManager;
49 } 49 }
50 50
51 namespace content { 51 namespace content {
52 class DOMStorageContext; 52 class DOMStorageContext;
53 struct LocalStorageUsageInfo; 53 struct LocalStorageUsageInfo;
54 struct SessionStorageUsageInfo; 54 struct SessionStorageUsageInfo;
55 } 55 }
56 56
57 // BrowsingDataRemover is responsible for removing data related to browsing: 57 // BrowsingDataRemover is responsible for removing data related to browsing:
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 458
459 scoped_ptr<TemplateURLService::Subscription> template_url_sub_; 459 scoped_ptr<TemplateURLService::Subscription> template_url_sub_;
460 460
461 // We do not own this. 461 // We do not own this.
462 content::StoragePartition* storage_partition_for_testing_; 462 content::StoragePartition* storage_partition_for_testing_;
463 463
464 DISALLOW_COPY_AND_ASSIGN(BrowsingDataRemover); 464 DISALLOW_COPY_AND_ASSIGN(BrowsingDataRemover);
465 }; 465 };
466 466
467 #endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_ 467 #endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698