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

Unified Diff: mojo/services/window_manager/window_manager_service_impl.h

Issue 644793002: Renames window_manager.mojom to window_manager2.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: really fix gn Created 6 years, 2 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 | « mojo/services/window_manager/window_manager_api_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/window_manager_service_impl.h
diff --git a/mojo/services/window_manager/window_manager_service_impl.h b/mojo/services/window_manager/window_manager_service_impl.h
index 2d662e4bebca62d26d4e8edd82b1e3f7294623bd..e72e1ac9402ece6c3358912e6308b43057ac7771 100644
--- a/mojo/services/window_manager/window_manager_service_impl.h
+++ b/mojo/services/window_manager/window_manager_service_impl.h
@@ -7,13 +7,13 @@
#include "base/basictypes.h"
#include "mojo/services/public/cpp/view_manager/types.h"
-#include "mojo/services/public/interfaces/window_manager/window_manager.mojom.h"
+#include "mojo/services/public/interfaces/window_manager2/window_manager2.mojom.h"
namespace mojo {
class WindowManagerApp;
-class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService> {
+class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService2> {
public:
explicit WindowManagerServiceImpl(WindowManagerApp* manager);
virtual ~WindowManagerServiceImpl();
« no previous file with comments | « mojo/services/window_manager/window_manager_api_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698