Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index 4fb8e2dadbb6b50b8fe36b1b2cbc435ba70967c0..93e232dd870491f0484a1cebad1f34e6aac8d4f4 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -26,6 +26,8 @@ |
#include "net/http/http_server_properties_impl.h" |
#include "webkit/database/database_tracker.h" |
+using content::BrowserThread; |
+ |
OffTheRecordProfileIOData::Handle::Handle(Profile* profile) |
: io_data_(new OffTheRecordProfileIOData), |
profile_(profile), |