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

Unified Diff: sky/viewer/services/inspector_impl.h

Issue 710043004: Make it possible to have multiple InspectorBackends (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Split out ServerImpl, somehow breaks JS connections... Created 6 years, 1 month 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: sky/viewer/services/inspector_impl.h
diff --git a/sky/viewer/services/inspector_impl.h b/sky/viewer/services/inspector_impl.h
index 1db6cde60e02e2cf1b4133973e530588ecf34b3a..120ff180a6d9af5ab07a53ab98de38f22f799035 100644
--- a/sky/viewer/services/inspector_impl.h
+++ b/sky/viewer/services/inspector_impl.h
@@ -9,6 +9,7 @@
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/application/interface_factory_impl.h"
#include "sky/viewer/services/inspector.mojom.h"
+#include "sky/services/inspector/inspector.mojom.h"
namespace sky {
class DocumentView;

Powered by Google App Engine
This is Rietveld 408576698