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

Unified Diff: third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc

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/web_process_memory_dump_test.cc
diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump_test.cc b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc
similarity index 98%
rename from third_party/WebKit/Source/platform/web_process_memory_dump_test.cc
rename to third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc
index 09875fb04b475f8e6606b0dbba0a69498662dfe6..e83fac7bb525cc6077bb7bc3db0ed869cf88a55e 100644
--- a/third_party/WebKit/Source/platform/web_process_memory_dump_test.cc
+++ b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc
@@ -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/web_process_memory_dump.h"
+#include "platform/tracing/web_process_memory_dump.h"
#include "base/memory/discardable_memory.h"
#include "base/test/test_discardable_memory_allocator.h"
@@ -10,7 +10,7 @@
#include "base/trace_event/process_memory_dump.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
-#include "platform/web_memory_allocator_dump.h"
+#include "platform/tracing/web_memory_allocator_dump.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698