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

Unified Diff: sky/shell/service_provider.h

Issue 1202323002: Port sky_shell to Linux for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/shell/platform_view.cc ('k') | sky/shell/service_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/service_provider.h
diff --git a/sky/shell/service_provider.h b/sky/shell/service_provider.h
index f7c381808692686761205a39b8787a6bb48013e1..cff6b6cb85b17d879df7329db0c17bed61f76838 100644
--- a/sky/shell/service_provider.h
+++ b/sky/shell/service_provider.h
@@ -18,8 +18,8 @@ namespace shell {
class ServiceProviderContext {
public:
- ServiceProviderContext(scoped_refptr<base::SingleThreadTaskRunner> runner)
- : platform_task_runner(runner.Pass()) {}
+ ServiceProviderContext(scoped_refptr<base::SingleThreadTaskRunner> runner);
+ ~ServiceProviderContext();
scoped_refptr<base::SingleThreadTaskRunner> platform_task_runner;
};
« no previous file with comments | « sky/shell/platform_view.cc ('k') | sky/shell/service_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698