Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3977)

Unified Diff: chrome/browser/local_discovery/privet_url_fetcher_unittest.cc

Issue 1358783002: Cleanup: Pass std::string as const reference from chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase against ToT Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/external_extension_browsertest.cc ('k') | chrome/browser/logging_chrome_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « chrome/browser/external_extension_browsertest.cc ('k') | chrome/browser/logging_chrome_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698