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

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: Landing 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
« no previous file with comments | « mojo/examples/sample_app/spinning_cube.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « 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