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