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

Unified Diff: chrome/browser/importer/importer_list.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/browser/importer/importer_host.cc ('k') | chrome/browser/importer/importer_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer_list.h
diff --git a/chrome/browser/importer/importer_list.h b/chrome/browser/importer/importer_list.h
index 0b585062adc0c0ed62972dce3196c9c922db551e..b8330241f2dc591064010830cc578539c987d479 100644
--- a/chrome/browser/importer/importer_list.h
+++ b/chrome/browser/importer/importer_list.h
@@ -75,7 +75,7 @@ class ImporterList : public base::RefCountedThreadSafe<ImporterList> {
// The ID of the thread DetectSourceProfiles() is called on. Only valid after
// DetectSourceProfiles() is called and until SourceProfilesLoaded() has
// returned.
- BrowserThread::ID source_thread_id_;
+ content::BrowserThread::ID source_thread_id_;
// Weak reference. Only valid after DetectSourceProfiles() is called and until
// SourceProfilesLoaded() has returned.
« no previous file with comments | « chrome/browser/importer/importer_host.cc ('k') | chrome/browser/importer/importer_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698