| Index: services/window_manager/view_targeter.h
|
| diff --git a/mojo/services/window_manager/view_targeter.h b/services/window_manager/view_targeter.h
|
| similarity index 89%
|
| rename from mojo/services/window_manager/view_targeter.h
|
| rename to services/window_manager/view_targeter.h
|
| index 0344b448646fd383e3be4bc83af05afc1705fde3..2ccf3e281851bbc913de42528fa56c091ae3f684 100644
|
| --- a/mojo/services/window_manager/view_targeter.h
|
| +++ b/services/window_manager/view_targeter.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
|
| -#define MOJO_SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
|
| +#ifndef SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
|
| +#define SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
|
|
|
| #include "ui/events/event_targeter.h"
|
|
|
| @@ -41,4 +41,4 @@ class ViewTargeter : public ui::EventTargeter {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
|
| +#endif // SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
|
|
|