| Index: examples/wm_flow/wm/frame_controller.h
|
| diff --git a/mojo/examples/wm_flow/wm/frame_controller.h b/examples/wm_flow/wm/frame_controller.h
|
| similarity index 91%
|
| rename from mojo/examples/wm_flow/wm/frame_controller.h
|
| rename to examples/wm_flow/wm/frame_controller.h
|
| index 0add0a1e76f4538b9667e3e4345865fe3f2ad0b9..ae532a502a0c1ab04f82d63af8157b3c52a4f300 100644
|
| --- a/mojo/examples/wm_flow/wm/frame_controller.h
|
| +++ b/examples/wm_flow/wm/frame_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_EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
|
| -#define MOJO_EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
|
| +#ifndef EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
|
| +#define EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "mojo/services/public/cpp/view_manager/view_observer.h"
|
| @@ -65,4 +65,4 @@ class FrameController : mojo::ViewObserver {
|
| DISALLOW_COPY_AND_ASSIGN(FrameController);
|
| };
|
|
|
| -#endif // MOJO_EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
|
| +#endif // EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
|
|
|