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

Unified Diff: mojo/services/public/cpp/view_manager/view_manager.h

Issue 591633002: Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
Index: mojo/services/public/cpp/view_manager/view_manager.h
diff --git a/mojo/services/public/cpp/view_manager/view_manager.h b/mojo/services/public/cpp/view_manager/view_manager.h
index 5d6a261dd3e84a83faf2a7f6b4aa2ebfc845d616..d15328396b7d80858ac3b1e11a0bde5d527e8d6e 100644
--- a/mojo/services/public/cpp/view_manager/view_manager.h
+++ b/mojo/services/public/cpp/view_manager/view_manager.h
@@ -12,7 +12,6 @@
#include "mojo/services/public/interfaces/input_events/input_events.mojom.h"
namespace mojo {
-class ApplicationConnection;
class View;
class ViewManagerDelegate;
class WindowManagerDelegate;
@@ -43,7 +42,6 @@ class ViewManager {
protected:
virtual ~ViewManager() {}
-
};
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698