| Index: examples/sample_app/spinning_cube.h
|
| diff --git a/mojo/examples/sample_app/spinning_cube.h b/examples/sample_app/spinning_cube.h
|
| similarity index 86%
|
| rename from mojo/examples/sample_app/spinning_cube.h
|
| rename to examples/sample_app/spinning_cube.h
|
| index f8d506ddb8f74f1f84e2a94e6d0ce4208a776ab1..757daf64f523fbaf1fba9a7ab9eab91bbc586c87 100644
|
| --- a/mojo/examples/sample_app/spinning_cube.h
|
| +++ b/examples/sample_app/spinning_cube.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_SAMPLE_APP_SPINNING_CUBE_H_
|
| -#define MOJO_EXAMPLES_SAMPLE_APP_SPINNING_CUBE_H_
|
| +#ifndef EXAMPLES_SAMPLE_APP_SPINNING_CUBE_H_
|
| +#define EXAMPLES_SAMPLE_APP_SPINNING_CUBE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -46,4 +46,4 @@ class SpinningCube {
|
|
|
| } // namespace examples
|
|
|
| -#endif // MOJO_EXAMPLES_SAMPLE_APP_SPINNING_CUBE_H_
|
| +#endif // EXAMPLES_SAMPLE_APP_SPINNING_CUBE_H_
|
|
|