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

Unified Diff: examples/sample_app/gles2_client_impl.h

Issue 684543003: Move //mojo/examples to //examples (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/sample_app/DEPS ('k') | examples/sample_app/gles2_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/sample_app/gles2_client_impl.h
diff --git a/mojo/examples/sample_app/gles2_client_impl.h b/examples/sample_app/gles2_client_impl.h
similarity index 82%
rename from mojo/examples/sample_app/gles2_client_impl.h
rename to examples/sample_app/gles2_client_impl.h
index 1a968a00f163b609f58f5f1671db8aaa8793e180..7f9c3ac22c64bca7972434d849f85d002d596977 100644
--- a/mojo/examples/sample_app/gles2_client_impl.h
+++ b/examples/sample_app/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 MOJO_EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
-#define MOJO_EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
+#ifndef EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
+#define EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
-#include "mojo/examples/sample_app/spinning_cube.h"
+#include "examples/sample_app/spinning_cube.h"
#include "mojo/public/c/gles2/gles2.h"
#include "mojo/services/public/interfaces/geometry/geometry.mojom.h"
#include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h"
@@ -41,4 +41,4 @@ class GLES2ClientImpl {
} // namespace examples
-#endif // MOJO_EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
+#endif // EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
« no previous file with comments | « examples/sample_app/DEPS ('k') | examples/sample_app/gles2_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698