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

Unified Diff: content/child/web_memory_allocator_dump_impl.cc

Issue 1741673002: Revert of Refactoring: Move some classes from content/child to platform (patchset #17 id:320001 of … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_memory_allocator_dump_impl.h ('k') | content/child/web_memory_dump_provider_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_memory_allocator_dump_impl.cc
diff --git a/third_party/WebKit/Source/platform/web_memory_allocator_dump_impl.cc b/content/child/web_memory_allocator_dump_impl.cc
similarity index 87%
rename from third_party/WebKit/Source/platform/web_memory_allocator_dump_impl.cc
rename to content/child/web_memory_allocator_dump_impl.cc
index 87dc6927e05b5659950d951dd326684f0dfe0d8a..af9b57e4d9c691894108df1fd4881badc1fcd66a 100644
--- a/third_party/WebKit/Source/platform/web_memory_allocator_dump_impl.cc
+++ b/content/child/web_memory_allocator_dump_impl.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "platform/web_memory_allocator_dump_impl.h"
+#include "content/child/web_memory_allocator_dump_impl.h"
#include "base/trace_event/memory_allocator_dump.h"
-namespace blink {
+namespace content {
WebMemoryAllocatorDumpImpl::WebMemoryAllocatorDumpImpl(
base::trace_event::MemoryAllocatorDump* memory_allocator_dump)
@@ -35,8 +35,7 @@ void WebMemoryAllocatorDumpImpl::addString(const char* name,
memory_allocator_dump_->AddString(name, units, value.utf8());
}
-WebMemoryAllocatorDumpGuid WebMemoryAllocatorDumpImpl::guid() const {
+blink::WebMemoryAllocatorDumpGuid WebMemoryAllocatorDumpImpl::guid() const {
return guid_;
}
-
-} // namespace blink
+} // namespace content
« no previous file with comments | « content/child/web_memory_allocator_dump_impl.h ('k') | content/child/web_memory_dump_provider_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698