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 8ca07da347e280719fe350ecc20b3ec062804541..a9afbb02c979d54ff4aa2d585e79a6f90116b44d 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -27,7 +27,6 @@ |
#include "content/public/browser/cookie_store_factory.h" |
#include "content/public/browser/resource_context.h" |
#include "extensions/common/constants.h" |
-#include "extensions/common/extension.h" |
#include "net/base/sdch_dictionary_fetcher.h" |
#include "net/base/sdch_manager.h" |
#include "net/ftp/ftp_network_layer.h" |
@@ -39,6 +38,10 @@ |
#include "net/url_request/url_request_job_factory_impl.h" |
#include "storage/browser/database/database_tracker.h" |
+#if defined(ENABLE_EXTENSIONS) |
+#include "extensions/common/extension.h" |
+#endif |
+ |
using content::BrowserThread; |
OffTheRecordProfileIOData::Handle::Handle(Profile* profile) |