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

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

Issue 2391383002: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: Created 4 years, 2 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 97%
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..de85cb39c41481237caf1abe92be7da63aeaa693 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 {
@@ -20,7 +20,7 @@ namespace blink {
// doesn't leak objects.
TEST(WebProcessMemoryDumpTest, IntegrationTest) {
std::unique_ptr<base::trace_event::TracedValue> traced_value(
- new base::trace_event::TracedValue());
+ new base::trace_event::TracedValue());
std::unique_ptr<WebProcessMemoryDump> wpmd1(new WebProcessMemoryDump());
auto wmad1 = wpmd1->createMemoryAllocatorDump("1/1");

Powered by Google App Engine
This is Rietveld 408576698