Index: chrome/common/chrome_content_client.cc |
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
index 6ba397727ba98271809f7bc3874f7fdb105b0d7f..9043dab6775f6b7338dffb7bc16f11f5969e408d 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 { |