| Index: services/window_manager/window_manager_impl.h
|
| diff --git a/mojo/services/window_manager/window_manager_impl.h b/services/window_manager/window_manager_impl.h
|
| similarity index 91%
|
| rename from mojo/services/window_manager/window_manager_impl.h
|
| rename to services/window_manager/window_manager_impl.h
|
| index 1bbe8442a37964fd6f399b7dcc67d6b6be9cd349..0446ae18308520a124348a01247347a8b0cf2d46 100644
|
| --- a/mojo/services/window_manager/window_manager_impl.h
|
| +++ b/services/window_manager/window_manager_impl.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_WINDOW_MANAGER_IMPL_H_
|
| -#define MOJO_SERVICES_WINDOW_MANAGER_WINDOW_MANAGER_IMPL_H_
|
| +#ifndef SERVICES_WINDOW_MANAGER_WINDOW_MANAGER_IMPL_H_
|
| +#define SERVICES_WINDOW_MANAGER_WINDOW_MANAGER_IMPL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| @@ -62,4 +62,4 @@ class WindowManagerImpl : public WindowManager, public ErrorHandler {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_WINDOW_MANAGER_WINDOW_MANAGER_IMPL_H_
|
| +#endif // SERVICES_WINDOW_MANAGER_WINDOW_MANAGER_IMPL_H_
|
|
|