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

Unified Diff: examples/spinning_cube/gles2_client_impl.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/BUILD.gn ('k') | examples/spinning_cube/gles2_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/spinning_cube/gles2_client_impl.h
diff --git a/examples/sample_app/gles2_client_impl.h b/examples/spinning_cube/gles2_client_impl.h
similarity index 83%
rename from examples/sample_app/gles2_client_impl.h
rename to examples/spinning_cube/gles2_client_impl.h
index b6756781155edbb2327a0045ddc730c0c49115d2..201b44149589d38cb1d5825fba7a44f8543ad304 100644
--- a/examples/sample_app/gles2_client_impl.h
+++ b/examples/spinning_cube/gles2_client_impl.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
-#define EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
+#ifndef EXAMPLES_SPINNING_CUBE_GLES2_CLIENT_IMPL_H_
+#define EXAMPLES_SPINNING_CUBE_GLES2_CLIENT_IMPL_H_
-#include "examples/sample_app/spinning_cube.h"
+#include "examples/spinning_cube/spinning_cube.h"
#include "mojo/public/c/gles2/gles2.h"
#include "mojo/services/geometry/public/interfaces/geometry.mojom.h"
#include "mojo/services/native_viewport/public/interfaces/native_viewport.mojom.h"
@@ -41,4 +41,4 @@ class GLES2ClientImpl {
} // namespace examples
-#endif // EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
+#endif // EXAMPLES_SPINNING_CUBE_GLES2_CLIENT_IMPL_H_
« no previous file with comments | « examples/spinning_cube/BUILD.gn ('k') | examples/spinning_cube/gles2_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698