| Index: mojo/examples/sample_app/spinning_cube.cc
|
| diff --git a/mojo/examples/sample_app/spinning_cube.cc b/mojo/examples/sample_app/spinning_cube.cc
|
| index 024fdca93bf647dafbdf9df11ceddda70b7c16ec..e41798419bab8d799b62b66e6b25dd4f6ae87cee 100644
|
| --- a/mojo/examples/sample_app/spinning_cube.cc
|
| +++ b/mojo/examples/sample_app/spinning_cube.cc
|
| @@ -22,7 +22,6 @@
|
| #include <GLES2/gl2.h>
|
| #include <GLES2/gl2ext.h>
|
|
|
| -namespace mojo {
|
| namespace examples {
|
|
|
| namespace {
|
| @@ -469,4 +468,3 @@ void SpinningCube::Update() {
|
| }
|
|
|
| } // namespace examples
|
| -} // namespace mojo
|
|
|