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

Unified Diff: third_party/WebKit/Source/platform/WebProcessMemoryDumpImplTest.cpp

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kinuko's review Created 4 years, 10 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/WebProcessMemoryDumpImplTest.cpp
diff --git a/content/child/web_process_memory_dump_impl_unittest.cc b/third_party/WebKit/Source/platform/WebProcessMemoryDumpImplTest.cpp
similarity index 97%
rename from content/child/web_process_memory_dump_impl_unittest.cc
rename to third_party/WebKit/Source/platform/WebProcessMemoryDumpImplTest.cpp
index 98860ff3af1aecc41a244a64a024c65183c4f949..10291354316f11bad6a8ed5ecf1d21cd20169d34 100644
--- a/content/child/web_process_memory_dump_impl_unittest.cc
+++ b/third_party/WebKit/Source/platform/WebProcessMemoryDumpImplTest.cpp
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/child/web_process_memory_dump_impl.h"
+#include "platform/WebProcessMemoryDumpImpl.h"
#include "base/trace_event/memory_allocator_dump.h"
#include "base/trace_event/process_memory_dump.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
-#include "content/child/web_memory_allocator_dump_impl.h"
+#include "platform/WebMemoryAllocatorDumpImpl.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
+namespace blink {
// Tests that the Chromium<>Blink plumbing that exposes the MemoryInfra classes
// behaves correctly, performs the right transfers of memory ownerships and
@@ -121,4 +121,4 @@ TEST(WebProcessMemoryDumpImplTest, IntegrationTest) {
wpmd1.reset();
}
-} // namespace content
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698