Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.cpp

Issue 2346663004: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 030b3700786bf26f4fc491f7fc7d19d6f30d6ce5..62895c3ea73e154e820e416f9d3d61fab93cb9b4 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 {

Powered by Google App Engine
This is Rietveld 408576698