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

Unified Diff: chrome/browser/safe_browsing/malware_details_history.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
Index: chrome/browser/safe_browsing/malware_details_history.h
diff --git a/chrome/browser/safe_browsing/malware_details_history.h b/chrome/browser/safe_browsing/malware_details_history.h
index b0eafb7dbc1946aa45fc5cbb219e585d14e94c23..f2776c6be7839cbd087738fda1b2a4675e4bb6a3 100644
--- a/chrome/browser/safe_browsing/malware_details_history.h
+++ b/chrome/browser/safe_browsing/malware_details_history.h
@@ -28,8 +28,9 @@ typedef std::vector<GURL> RedirectChain;
}
class MalwareDetailsRedirectsCollector
- : public base::RefCountedThreadSafe<MalwareDetailsRedirectsCollector,
- BrowserThread::DeleteOnUIThread>,
+ : public base::RefCountedThreadSafe<
+ MalwareDetailsRedirectsCollector,
+ content::BrowserThread::DeleteOnUIThread>,
public content::NotificationObserver {
public:
@@ -49,7 +50,8 @@ class MalwareDetailsRedirectsCollector
const std::vector<safe_browsing::RedirectChain>& GetCollectedUrls() const;
private:
- friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
+ friend struct content::BrowserThread::DeleteOnThread<
+ content::BrowserThread::UI>;
friend class DeleteTask<MalwareDetailsRedirectsCollector>;
Profile* profile_;
« no previous file with comments | « chrome/browser/safe_browsing/malware_details_cache.cc ('k') | chrome/browser/safe_browsing/malware_details_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698