Index: chrome/browser/importer/importer_data_types.h |
diff --git a/chrome/browser/importer/importer_data_types.h b/chrome/browser/importer/importer_data_types.h |
index f1ee69fac0e89c46e8bc54ca5b3c2a102d28a3a8..f68605a4df75f4480b68d39a57fde55e72a40a2f 100644 |
--- a/chrome/browser/importer/importer_data_types.h |
+++ b/chrome/browser/importer/importer_data_types.h |
@@ -12,7 +12,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/strings/string16.h" |
#include "chrome/browser/importer/importer_type.h" |
-#include "net/url_request/url_request_context_getter.h" |
// Types needed for importing data from other browsers and the Google Toolbar. |
namespace importer { |
@@ -42,9 +41,6 @@ struct SourceProfile { |
// The application locale. Stored because we can only access it from the UI |
// thread on the browser process. This is only used by the Firefox importer. |
std::string locale; |
- |
- // The URLRequestContextGetter is only used for Google Toolbar. |
- scoped_refptr<net::URLRequestContextGetter> request_context_getter; |
}; |
} // namespace importer |