| Index: third_party/WebKit/Source/core/frame/RotationViewportAnchor.cpp
|
| diff --git a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp b/third_party/WebKit/Source/core/frame/RotationViewportAnchor.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/web/RotationViewportAnchor.cpp
|
| rename to third_party/WebKit/Source/core/frame/RotationViewportAnchor.cpp
|
| index 47cb34b3cbf7191a7f226a8bab89fe2b6aca9c37..e62b9c8423cf50b8fe1a84a27b692f1c1f821b25 100644
|
| --- a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RotationViewportAnchor.cpp
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "web/RotationViewportAnchor.h"
|
| +#include "core/frame/RotationViewportAnchor.h"
|
|
|
| #include "core/dom/ContainerNode.h"
|
| #include "core/dom/Node.h"
|
|
|