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_ |