| Index: mojo/services/public/cpp/view_manager/node.h
|
| diff --git a/mojo/services/public/cpp/view_manager/node.h b/mojo/services/public/cpp/view_manager/node.h
|
| index d46083b716fad657161df83334f0fc49aeae0be8..eaeaf15cb36f72b5849f17355bfa5e31a2cba03d 100644
|
| --- a/mojo/services/public/cpp/view_manager/node.h
|
| +++ b/mojo/services/public/cpp/view_manager/node.h
|
| @@ -15,7 +15,6 @@
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| namespace mojo {
|
| -namespace view_manager {
|
|
|
| class View;
|
| class ViewManager;
|
| @@ -106,7 +105,6 @@ class Node {
|
| DISALLOW_COPY_AND_ASSIGN(Node);
|
| };
|
|
|
| -} // namespace view_manager
|
| } // namespace mojo
|
|
|
| #endif // MOJO_SERVICES_PUBLIC_CPP_VIEW_MANAGER_NODE_H_
|
|
|