| Index: examples/sample_app/gles2_client_impl.cc
|
| diff --git a/mojo/examples/sample_app/gles2_client_impl.cc b/examples/sample_app/gles2_client_impl.cc
|
| similarity index 98%
|
| rename from mojo/examples/sample_app/gles2_client_impl.cc
|
| rename to examples/sample_app/gles2_client_impl.cc
|
| index 6cdd87a2a20024246e83c979117a832297c0f0a3..29950ebc148cf372c41a653cde8bc3655fd80396 100644
|
| --- a/mojo/examples/sample_app/gles2_client_impl.cc
|
| +++ b/examples/sample_app/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 "mojo/examples/sample_app/gles2_client_impl.h"
|
| +#include "examples/sample_app/gles2_client_impl.h"
|
|
|
| #include <GLES2/gl2.h>
|
| #include <GLES2/gl2ext.h>
|
|
|