| Index: third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.cpp
|
| diff --git a/third_party/WebKit/Source/platform/MemoryCacheDumpProvider.cpp b/third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/platform/MemoryCacheDumpProvider.cpp
|
| rename to third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.cpp
|
| index 53c680918cbe9b666619dfc454c17b9eda50df9c..437d9bca840a2e9c04bbf4e4b1d084d7533cfed3 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCacheDumpProvider.cpp
|
| +++ b/third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.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 "platform/MemoryCacheDumpProvider.h"
|
| +#include "platform/tracing/MemoryCacheDumpProvider.h"
|
|
|
| namespace blink {
|
|
|
|
|