Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: examples/spinning_cube/spinning_cube.h

Issue 967563002: Rename sample_app -> spinning_cube. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/spinning_cube/gles2_client_impl.cc ('k') | examples/spinning_cube/spinning_cube.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « examples/spinning_cube/gles2_client_impl.cc ('k') | examples/spinning_cube/spinning_cube.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698