| Index: services/window_manager/focus_controller.h
|
| diff --git a/mojo/services/window_manager/focus_controller.h b/services/window_manager/focus_controller.h
|
| similarity index 95%
|
| rename from mojo/services/window_manager/focus_controller.h
|
| rename to services/window_manager/focus_controller.h
|
| index 296f2a6ba8484297b0ef1ec967d31c5bb7723c24..cfcf45b43df04d6430466a80a6fad45901ed08cc 100644
|
| --- a/mojo/services/window_manager/focus_controller.h
|
| +++ b/services/window_manager/focus_controller.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_SERIVCES_WINDOW_MANAGER_FOCUS_CONTROLLER_H_
|
| -#define MOJO_SERIVCES_WINDOW_MANAGER_FOCUS_CONTROLLER_H_
|
| +#ifndef SERVICES_WINDOW_MANAGER_FOCUS_CONTROLLER_H_
|
| +#define SERVICES_WINDOW_MANAGER_FOCUS_CONTROLLER_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -101,4 +101,4 @@ FocusController* GetFocusController(View* view);
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERIVCES_WINDOW_MANAGER_FOCUS_CONTROLLER_H_
|
| +#endif // SERVICES_WINDOW_MANAGER_FOCUS_CONTROLLER_H_
|
|
|