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

Unified Diff: services/preferences/public/cpp/tests/pref_observer_store_unittest.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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 | « services/navigation/view_impl.cc ('k') | services/service_manager/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/tests/pref_observer_store_unittest.cc
diff --git a/services/preferences/public/cpp/tests/pref_observer_store_unittest.cc b/services/preferences/public/cpp/tests/pref_observer_store_unittest.cc
index d18cfbe75cf953f9656202ab7a40c303d99a572d..36e6d394b225861403eda20c62f4276680879953 100644
--- a/services/preferences/public/cpp/tests/pref_observer_store_unittest.cc
+++ b/services/preferences/public/cpp/tests/pref_observer_store_unittest.cc
@@ -91,7 +91,7 @@ class PrefObserverStoreTest : public testing::Test {
};
void PrefObserverStoreTest::SetUp() {
- manager_.reset(new TestPreferenceManager(mojo::GetProxy(&proxy_)));
+ manager_.reset(new TestPreferenceManager(mojo::MakeRequest(&proxy_)));
store_ = new PrefObserverStore(std::move(proxy_));
store_->AddObserver(&observer_);
}
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/service_manager/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698