| Index: services/window_manager/view_targeter.cc
|
| diff --git a/mojo/services/window_manager/view_targeter.cc b/services/window_manager/view_targeter.cc
|
| similarity index 94%
|
| rename from mojo/services/window_manager/view_targeter.cc
|
| rename to services/window_manager/view_targeter.cc
|
| index 2a29dc53362874dbb044fe1d36a5391f18eca222..e176b38cea5655351aed872983b70341f8b59d6b 100644
|
| --- a/mojo/services/window_manager/view_targeter.cc
|
| +++ b/services/window_manager/view_targeter.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/services/window_manager/view_targeter.h"
|
| +#include "services/window_manager/view_targeter.h"
|
|
|
| -#include "mojo/services/window_manager/focus_controller.h"
|
| -#include "mojo/services/window_manager/view_target.h"
|
| +#include "services/window_manager/focus_controller.h"
|
| +#include "services/window_manager/view_target.h"
|
|
|
| namespace mojo {
|
|
|
|
|