| 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.
|
|
|