Index: chrome/browser/local_discovery/privet_url_fetcher_unittest.cc |
diff --git a/chrome/browser/local_discovery/privet_url_fetcher_unittest.cc b/chrome/browser/local_discovery/privet_url_fetcher_unittest.cc |
index 75dd5fcbc657c38fcb3167441c84796f89f7315b..c2940aa6442bf6bbc52ddbbe3ee522938038fab7 100644 |
--- a/chrome/browser/local_discovery/privet_url_fetcher_unittest.cc |
+++ b/chrome/browser/local_discovery/privet_url_fetcher_unittest.cc |
@@ -71,7 +71,7 @@ class MockPrivetURLFetcherDelegate : public PrivetURLFetcher::Delegate { |
return true; |
} |
- MOCK_METHOD1(OnRawDataInternal, void(std::string data)); |
+ MOCK_METHOD1(OnRawDataInternal, void(const std::string& data)); |
MOCK_METHOD0(OnFileInternal, void()); |