Index: mojo/services/public/cpp/view_manager/view.h |
diff --git a/mojo/services/public/cpp/view_manager/view.h b/mojo/services/public/cpp/view_manager/view.h |
index b10417b21ba08afa188da5b9034df03a8a46d196..1d70e4519fb87e9464fb219d34f6be7298de30c8 100644 |
--- a/mojo/services/public/cpp/view_manager/view.h |
+++ b/mojo/services/public/cpp/view_manager/view.h |
@@ -13,7 +13,6 @@ |
class SkBitmap; |
namespace mojo { |
-namespace view_manager { |
class Node; |
class ViewManager; |
@@ -54,7 +53,6 @@ class View { |
DISALLOW_COPY_AND_ASSIGN(View); |
}; |
-} // namespace view_manager |
} // namespace mojo |
#endif // MOJO_SERVICES_PUBLIC_CPP_VIEW_MANAGER_VIEW_H_ |