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

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

Issue 1990793002: Forward declare ShellClient for MojoApplicationInfo (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 | « no previous file | content/public/common/mojo_application_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/mojo_application_info.h
diff --git a/content/public/common/mojo_application_info.h b/content/public/common/mojo_application_info.h
index b5bcc4477c6ad6d8a79b4e86e96151a320924938..f412aa6dbc08472f57ec2f030850ff0534a39f7d 100644
--- a/content/public/common/mojo_application_info.h
+++ b/content/public/common/mojo_application_info.h
@@ -7,14 +7,14 @@
#include <memory>
-#include "base/callback_forward.h"
+#include "base/callback.h"
#include "base/memory/ref_counted.h"
+#include "base/single_thread_task_runner.h"
#include "content/common/content_export.h"
-#include "services/shell/public/cpp/shell_client.h"
-namespace base {
-class SingleThreadTaskRunner;
-} // namespace base
+namespace shell {
+class ShellClient;
+}
namespace content {
« no previous file with comments | « no previous file | content/public/common/mojo_application_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698