Chromium Code Reviews| Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| index 58486eb61eb244f243dd60997673bb353c580b07..70214c14c30e8653708f219e9ec5683f0a196511 100644 |
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
| @@ -63,6 +63,8 @@ |
| #include "chrome/browser/chromeos/preferences.h" |
| #endif |
| +using content::BrowserThread; |
| + |
| namespace { |
| void NotifyOTRProfileCreatedOnIOThread(void* original_profile, |