| Index: mojo/services/public/cpp/view_manager/view_observer.h
|
| diff --git a/mojo/services/public/cpp/view_manager/view_observer.h b/mojo/services/public/cpp/view_manager/view_observer.h
|
| index 2eb311145fbb14fa3fc2b9e6316772127bd31ac5..c83f8c19a2e8b406f22fd92512febfa66927de95 100644
|
| --- a/mojo/services/public/cpp/view_manager/view_observer.h
|
| +++ b/mojo/services/public/cpp/view_manager/view_observer.h
|
| @@ -12,7 +12,6 @@
|
| #include "mojo/services/public/interfaces/input_events/input_events.mojom.h"
|
|
|
| namespace mojo {
|
| -namespace view_manager {
|
|
|
| class View;
|
|
|
| @@ -29,7 +28,6 @@ class ViewObserver {
|
| virtual ~ViewObserver() {}
|
| };
|
|
|
| -} // namespace view_manager
|
| } // namespace mojo
|
|
|
| #endif // MOJO_SERVICES_PUBLIC_CPP_VIEW_MANAGER_VIEW_OBSERVER_H_
|
|
|