| Index: third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/DynamicAnnotations.cpp b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/DynamicAnnotations.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
|
| index ae6b887950f176687075210426a24381176d0bb9..f8a84a2c810958dc8cd2668c6f59036b7172ade0 100644
|
| --- a/third_party/WebKit/Source/wtf/DynamicAnnotations.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
|
| @@ -24,7 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "DynamicAnnotations.h"
|
| +#include "platform/wtf/DynamicAnnotations.h"
|
|
|
| #if USE(DYNAMIC_ANNOTATIONS) && !USE(DYNAMIC_ANNOTATIONS_NOIMPL)
|
|
|
|
|