summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/safe_browsing/protocol_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/protocol_manager.cc b/chrome/browser/safe_browsing/protocol_manager.cc
index 3e6c95b..80ac3a1 100644
--- a/chrome/browser/safe_browsing/protocol_manager.cc
+++ b/chrome/browser/safe_browsing/protocol_manager.cc
@@ -135,7 +135,7 @@ void SafeBrowsingProtocolManager::GetFullHash(
fetcher->set_load_flags(net::LOAD_DISABLE_CACHE);
fetcher->set_request_context(Profile::GetDefaultRequestContext());
- fetcher->set_upload_data("text/plain", get_hash.data());
+ fetcher->set_upload_data("text/plain", get_hash);
fetcher->Start();
}