Index: examples/spinning_cube/gles2_client_impl.cc |
diff --git a/examples/sample_app/gles2_client_impl.cc b/examples/spinning_cube/gles2_client_impl.cc |
similarity index 98% |
rename from examples/sample_app/gles2_client_impl.cc |
rename to examples/spinning_cube/gles2_client_impl.cc |
index 29950ebc148cf372c41a653cde8bc3655fd80396..3c7f0455911214004ca9e39722b58960e0c760f5 100644 |
--- a/examples/sample_app/gles2_client_impl.cc |
+++ b/examples/spinning_cube/gles2_client_impl.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "examples/sample_app/gles2_client_impl.h" |
+#include "examples/spinning_cube/gles2_client_impl.h" |
#include <GLES2/gl2.h> |
#include <GLES2/gl2ext.h> |