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 30e4d0356d9d6c79ec4faa7a677f4412f6a83def..7ce03bf4d9917c7862e212af9b40e9714b6582e8 100644 |
--- a/chrome/browser/importer/importer_data_types.h |
+++ b/chrome/browser/importer/importer_data_types.h |
@@ -13,7 +13,6 @@ |
#include "base/strings/string16.h" |
#include "chrome/browser/importer/importer_type.h" |
#include "googleurl/src/gurl.h" |
-#include "net/url_request/url_request_context_getter.h" |
// Types needed for importing data from other browsers and the Google Toolbar. |
namespace importer { |
@@ -43,9 +42,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; |
}; |
// Contains information needed for importing bookmarks/search engine urls, etc. |