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

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

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.h
diff --git a/mojo/examples/sample_app/spinning_cube.h b/mojo/examples/sample_app/spinning_cube.h
index 9f7cdc427a687e5365e337139f9c5764acfcc955..f8d506ddb8f74f1f84e2a94e6d0ce4208a776ab1 100644
--- a/mojo/examples/sample_app/spinning_cube.h
+++ b/mojo/examples/sample_app/spinning_cube.h
@@ -9,7 +9,6 @@
#include "base/memory/scoped_ptr.h"
-namespace mojo {
namespace examples {
class SpinningCube {
@@ -46,6 +45,5 @@ class SpinningCube {
};
} // namespace examples
-} // namespace mojo
#endif // MOJO_EXAMPLES_SAMPLE_APP_SPINNING_CUBE_H_

Powered by Google App Engine
This is Rietveld 408576698