| Index: mojo/services/surfaces/surfaces_service_application.h
|
| diff --git a/mojo/services/surfaces/surfaces_service_application.h b/mojo/services/surfaces/surfaces_service_application.h
|
| index 75ca540ac7e07ba8212cce55e19209869dbe5652..bf45a813f958fa9aeded8c23f7e2d8a3aa17072e 100644
|
| --- a/mojo/services/surfaces/surfaces_service_application.h
|
| +++ b/mojo/services/surfaces/surfaces_service_application.h
|
| @@ -13,8 +13,6 @@
|
| namespace mojo {
|
| class ApplicationConnection;
|
|
|
| -namespace surfaces {
|
| -
|
| class SurfacesServiceApplication : public ApplicationDelegate,
|
| public InterfaceFactory<Surface>,
|
| public SurfacesImpl::Client {
|
| @@ -42,7 +40,6 @@ class SurfacesServiceApplication : public ApplicationDelegate,
|
| DISALLOW_COPY_AND_ASSIGN(SurfacesServiceApplication);
|
| };
|
|
|
| -} // namespace surfaces
|
| } // namespace mojo
|
|
|
| #endif // MOJO_SERVICES_SURFACES_SURFACES_SERVICE_APPLICATION_H_
|
|
|