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

Unified Diff: content/browser/appcache/chrome_appcache_service.h

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/browser/appcache/chrome_appcache_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/chrome_appcache_service.h
diff --git a/content/browser/appcache/chrome_appcache_service.h b/content/browser/appcache/chrome_appcache_service.h
index c941297bade09a66190fab6837504db1d86bbd4c..3717dc1de395eef3f82f3dcdbcf84471c6513025 100644
--- a/content/browser/appcache/chrome_appcache_service.h
+++ b/content/browser/appcache/chrome_appcache_service.h
@@ -34,8 +34,8 @@ class ResourceContext;
// TODO(dpranke): Fix dependencies on AppCacheService so that we don't have
// to worry about clients calling AppCacheService methods.
class CONTENT_EXPORT ChromeAppCacheService
- : public base::RefCountedThreadSafe<ChromeAppCacheService,
- BrowserThread::DeleteOnIOThread>,
+ : public base::RefCountedThreadSafe<
+ ChromeAppCacheService, content::BrowserThread::DeleteOnIOThread>,
NON_EXPORTED_BASE(public appcache::AppCacheService),
NON_EXPORTED_BASE(public appcache::AppCachePolicy),
public content::NotificationObserver {
@@ -48,9 +48,10 @@ class CONTENT_EXPORT ChromeAppCacheService
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy);
private:
- friend class base::RefCountedThreadSafe<ChromeAppCacheService,
- BrowserThread::DeleteOnIOThread>;
- friend class BrowserThread;
+ friend class base::RefCountedThreadSafe<
+ ChromeAppCacheService,
+ content::BrowserThread::DeleteOnIOThread>;
+ friend class content::BrowserThread;
friend class DeleteTask<ChromeAppCacheService>;
virtual ~ChromeAppCacheService();
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/browser/appcache/chrome_appcache_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698