| Index: third_party/WebKit/Source/core/input/ContextMenuAllowedScope.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextMenuAllowedScope.cpp b/third_party/WebKit/Source/core/input/ContextMenuAllowedScope.cpp
|
| similarity index 91%
|
| rename from third_party/WebKit/Source/web/ContextMenuAllowedScope.cpp
|
| rename to third_party/WebKit/Source/core/input/ContextMenuAllowedScope.cpp
|
| index e64bb498ad9200e07a77cca852cc1f7536aeb1f8..33be2ab5e5eb04622a497ce5361c44d0b62ec8ae 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuAllowedScope.cpp
|
| +++ b/third_party/WebKit/Source/core/input/ContextMenuAllowedScope.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/ContextMenuAllowedScope.h"
|
| +#include "core/input/ContextMenuAllowedScope.h"
|
|
|
| namespace blink {
|
|
|
|
|