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

Unified Diff: services/service_manager/public/cpp/lib/service_test.cc

Issue 2762333003: Pref service: add a factory to create the client lib (Closed)
Patch Set: Address more review comments from sammc@ Created 3 years, 9 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
Index: services/service_manager/public/cpp/lib/service_test.cc
diff --git a/services/service_manager/public/cpp/lib/service_test.cc b/services/service_manager/public/cpp/lib/service_test.cc
index 0c938f2b7a30216e4663a2789066b73ffddf179f..13689ad095b3795fe4c0b57feb38a59df057c009 100644
--- a/services/service_manager/public/cpp/lib/service_test.cc
+++ b/services/service_manager/public/cpp/lib/service_test.cc
@@ -89,8 +89,8 @@ void ServiceTest::SetUp() {
void ServiceTest::TearDown() {
background_service_manager_.reset();
- message_loop_.reset();
context_.reset();
+ message_loop_.reset();
}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698