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

Unified Diff: mojo/examples/sample_app/spinning_cube.cc

Issue 393093003: Mojo: Move sample_app out from namespace mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
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.
« mojo/examples/sample_app/gles2_client_impl.cc ('K') | « mojo/examples/sample_app/spinning_cube.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698