| Index: services/sky/document_view.h
|
| diff --git a/sky/viewer/document_view.h b/services/sky/document_view.h
|
| similarity index 95%
|
| rename from sky/viewer/document_view.h
|
| rename to services/sky/document_view.h
|
| index be441cab2120bb3b7ce5b99eaa2c13f8ee5fa982..c856d985ac9906af1436ac49b562ab867e3c2264 100644
|
| --- a/sky/viewer/document_view.h
|
| +++ b/services/sky/document_view.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SKY_VIEWER_DOCUMENT_VIEW_H_
|
| -#define SKY_VIEWER_DOCUMENT_VIEW_H_
|
| +#ifndef SERVICES_SKY_DOCUMENT_VIEW_H_
|
| +#define SERVICES_SKY_DOCUMENT_VIEW_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -18,12 +18,12 @@
|
| #include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h"
|
| #include "mojo/services/view_manager/public/cpp/view_manager_delegate.h"
|
| #include "mojo/services/view_manager/public/cpp/view_observer.h"
|
| +#include "services/sky/compositor/layer_client.h"
|
| +#include "services/sky/compositor/layer_host_client.h"
|
| #include "sky/engine/public/platform/ServiceProvider.h"
|
| #include "sky/engine/public/sky/sky_view.h"
|
| #include "sky/engine/public/sky/sky_view_client.h"
|
| #include "sky/services/testing/test_harness.mojom.h"
|
| -#include "sky/viewer/compositor/layer_client.h"
|
| -#include "sky/viewer/compositor/layer_host_client.h"
|
| #include "ui/events/gestures/gesture_types.h"
|
|
|
| namespace mojo {
|
| @@ -135,4 +135,4 @@ class DocumentView : public blink::ServiceProvider,
|
|
|
| } // namespace sky
|
|
|
| -#endif // SKY_VIEWER_DOCUMENT_VIEW_H_
|
| +#endif // SERVICES_SKY_DOCUMENT_VIEW_H_
|
|
|