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

Unified Diff: components/arc/common/arc_message_generator.h

Issue 1475563002: arc-bridge: Implement IPC message for app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add arc::ScaleFactor enum Created 5 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
Index: components/arc/common/arc_message_generator.h
diff --git a/components/arc/common/arc_message_generator.h b/components/arc/common/arc_message_generator.h
index 2b302a696c061315b0674e182d86a5d44c48d537..bd50a4307b552049c1737f70df7a5439f253211f 100644
--- a/components/arc/common/arc_message_generator.h
+++ b/components/arc/common/arc_message_generator.h
@@ -7,3 +7,4 @@
// Not using the full path since this is also expected to be compiled in ARC.
#include "arc_host_messages.h"
#include "arc_instance_messages.h"
+#include "arc_message_traits.h"

Powered by Google App Engine
This is Rietveld 408576698