Index: chrome/common/chrome_content_client.cc |
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
index e5ebb2e09318b232d7ce52fda12b5880ab7bb21a..1283cba99dc082fa4e8a657289c03d40577db5ca 100644 |
--- a/chrome/common/chrome_content_client.cc |
+++ b/chrome/common/chrome_content_client.cc |
@@ -542,7 +542,7 @@ void ChromeContentClient::AddAdditionalSchemes( |
bool ChromeContentClient::CanSendWhileSwappedOut(const IPC::Message* message) { |
return message->type() == |
- DataReductionProxyViewHostMsg_DataReductionProxyStatus::ID; |
+ DataReductionProxyViewHostMsg_IsDataReductionProxy::ID; |
} |
std::string ChromeContentClient::GetProduct() const { |