| Index: third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
|
| diff --git a/third_party/WebKit/Source/platform/PlatformInstrumentation.cpp b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/platform/PlatformInstrumentation.cpp
|
| rename to third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
|
| index e5c09266f689764e94d7ca996df2075d301881e7..50e13e0e420081891bd73472ae296e97856f5357 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformInstrumentation.cpp
|
| +++ b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.cpp
|
| @@ -28,7 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "platform/PlatformInstrumentation.h"
|
| +#include "platform/instrumentation/PlatformInstrumentation.h"
|
|
|
| namespace blink {
|
|
|
|
|