Index: components/invalidation/impl/gcm_network_channel.cc |
diff --git a/components/invalidation/impl/gcm_network_channel.cc b/components/invalidation/impl/gcm_network_channel.cc |
index 7e66446480778614e0409a6afea84d3c145c5b7b..ebe9e59ade69df5e486eb1715b04c531d329e023 100644 |
--- a/components/invalidation/impl/gcm_network_channel.cc |
+++ b/components/invalidation/impl/gcm_network_channel.cc |
@@ -19,7 +19,6 @@ |
#include "google/cacheinvalidation/channel_common.pb.h" |
#include "google/cacheinvalidation/types.pb.h" |
#endif |
-#include "components/data_use_measurement/core/data_use_user_data.h" |
#include "components/invalidation/impl/gcm_network_channel.h" |
#include "components/invalidation/impl/gcm_network_channel_delegate.h" |
#include "google_apis/gaia/google_service_auth_error.h" |
@@ -212,8 +211,6 @@ void GCMNetworkChannel::OnGetTokenComplete( |
DVLOG(2) << "Got access token, sending message"; |
fetcher_ = net::URLFetcher::Create(BuildUrl(registration_id_), |
net::URLFetcher::POST, this); |
- data_use_measurement::DataUseUserData::AttachToFetcher( |
- fetcher_.get(), data_use_measurement::DataUseUserData::INVALIDATION); |
fetcher_->SetRequestContext(request_context_getter_.get()); |
const std::string auth_header("Authorization: Bearer " + access_token_); |
fetcher_->AddExtraRequestHeader(auth_header); |