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

Unified Diff: content/public/common/mojo_application_info.cc

Issue 1978843003: Move in-GPU mojo:media app to new thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « content/public/common/mojo_application_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/mojo_application_info.cc
diff --git a/content/public/common/mojo_application_info.cc b/content/public/common/mojo_application_info.cc
index 23250d83bf610350f61b3f032f038f57911a554b..4c2c534f5e9cfc7c7787541bb15c5507e2359b69 100644
--- a/content/public/common/mojo_application_info.cc
+++ b/content/public/common/mojo_application_info.cc
@@ -5,16 +5,13 @@
#include "content/public/common/mojo_application_info.h"
#include "base/callback.h"
-#include "base/single_thread_task_runner.h"
namespace content {
MojoApplicationInfo::MojoApplicationInfo() {}
-MojoApplicationInfo::MojoApplicationInfo(const MojoApplicationInfo& other) {
- application_factory = other.application_factory;
- application_task_runner = other.application_task_runner;
-}
+MojoApplicationInfo::MojoApplicationInfo(const MojoApplicationInfo& other)
+ = default;
MojoApplicationInfo::~MojoApplicationInfo() {}
« no previous file with comments | « content/public/common/mojo_application_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698