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

Unified Diff: mojo/services/window_manager/view_targeter.cc

Issue 698543005: Make a pure mojo::View version of the aura::Window FocusController. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sky comments 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
« no previous file with comments | « mojo/services/window_manager/view_targeter.h ('k') | mojo/services/window_manager/window_manager_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/view_targeter.cc
diff --git a/mojo/public/cpp/application/lib/application_connection.cc b/mojo/services/window_manager/view_targeter.cc
similarity index 62%
copy from mojo/public/cpp/application/lib/application_connection.cc
copy to mojo/services/window_manager/view_targeter.cc
index d5578172e077725afb6858a4ab31f576b7b15923..e0349e24d24b0021c1c11b808cb2fbe97fb666de 100644
--- a/mojo/public/cpp/application/lib/application_connection.cc
+++ b/mojo/services/window_manager/view_targeter.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/cpp/application/application_connection.h"
+#include "mojo/services/window_manager/view_targeter.h"
namespace mojo {
-ApplicationConnection::~ApplicationConnection() {
-}
+ViewTargeter::ViewTargeter() {}
+
+ViewTargeter::~ViewTargeter() {}
} // namespace mojo
« no previous file with comments | « mojo/services/window_manager/view_targeter.h ('k') | mojo/services/window_manager/window_manager_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698