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..1da2bc765533a57d45643845ea042d54eb6d458b 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,4 @@ void SpinningCube::Update() { |
} |
} // namespace examples |
-} // namespace mojo |
+ |
viettrungluu
2014/07/15 20:49:08
...
Hajime Morrita
2014/07/15 23:04:53
Done.
|