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

Unified Diff: content/child/web_process_memory_dump_impl_unittest.cc

Issue 1739113002: Revert of Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix patch failure 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
« no previous file with comments | « content/child/web_process_memory_dump_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_process_memory_dump_impl_unittest.cc
diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump_impl_test.cc b/content/child/web_process_memory_dump_impl_unittest.cc
similarity index 97%
rename from third_party/WebKit/Source/platform/web_process_memory_dump_impl_test.cc
rename to content/child/web_process_memory_dump_impl_unittest.cc
index fafb25bbeb298123fe7d849c1e12cfa5bf7c1afa..98860ff3af1aecc41a244a64a024c65183c4f949 100644
--- a/third_party/WebKit/Source/platform/web_process_memory_dump_impl_test.cc
+++ b/content/child/web_process_memory_dump_impl_unittest.cc
@@ -2,17 +2,16 @@
// 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_impl.h"
+#include "content/child/web_process_memory_dump_impl.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 "platform/web_memory_allocator_dump_impl.h"
+#include "content/child/web_memory_allocator_dump_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "wtf/OwnPtr.h"
-namespace blink {
+namespace content {
// Tests that the Chromium<>Blink plumbing that exposes the MemoryInfra classes
// behaves correctly, performs the right transfers of memory ownerships and
@@ -122,4 +121,4 @@ TEST(WebProcessMemoryDumpImplTest, IntegrationTest) {
wpmd1.reset();
}
-} // namespace blink
+} // namespace content
« no previous file with comments | « content/child/web_process_memory_dump_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698