| Index: public/platform/modules/screen_orientation/WebScreenOrientationClient.h
|
| diff --git a/public/platform/WebScreenOrientationClient.h b/public/platform/modules/screen_orientation/WebScreenOrientationClient.h
|
| similarity index 84%
|
| copy from public/platform/WebScreenOrientationClient.h
|
| copy to public/platform/modules/screen_orientation/WebScreenOrientationClient.h
|
| index ca0c2c326d212dd137dd1615fcd2eb0257dea7d4..ccb9ea2a4efd6671c38bc6fc09da7f9f793c7d19 100644
|
| --- a/public/platform/WebScreenOrientationClient.h
|
| +++ b/public/platform/modules/screen_orientation/WebScreenOrientationClient.h
|
| @@ -1,11 +1,11 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| #ifndef WebScreenOrientationClient_h
|
| #define WebScreenOrientationClient_h
|
|
|
| -#include "public/platform/WebScreenOrientationLockType.h"
|
| +#include "public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
|
|
| namespace blink {
|
|
|
|
|