Index: content/child/web_memory_dump_provider_adapter.cc |
diff --git a/third_party/WebKit/Source/platform/web_memory_dump_provider_adapter.cc b/content/child/web_memory_dump_provider_adapter.cc |
similarity index 85% |
rename from third_party/WebKit/Source/platform/web_memory_dump_provider_adapter.cc |
rename to content/child/web_memory_dump_provider_adapter.cc |
index 0a57107adb6856a687c2b779352422dd5c3c2059..051f155fd98162695d6bbd7890139f435f47d5d2 100644 |
--- a/third_party/WebKit/Source/platform/web_memory_dump_provider_adapter.cc |
+++ b/content/child/web_memory_dump_provider_adapter.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "platform/web_memory_dump_provider_adapter.h" |
+#include "content/child/web_memory_dump_provider_adapter.h" |
#include <stddef.h> |
#include "base/trace_event/trace_event_argument.h" |
-#include "platform/web_process_memory_dump_impl.h" |
-#include "public/platform/WebMemoryDumpProvider.h" |
+#include "content/child/web_process_memory_dump_impl.h" |
+#include "third_party/WebKit/public/platform/WebMemoryDumpProvider.h" |
-namespace blink { |
+namespace content { |
WebMemoryDumpProviderAdapter::WebMemoryDumpProviderAdapter( |
blink::WebMemoryDumpProvider* wmdp) |
@@ -46,4 +46,4 @@ void WebMemoryDumpProviderAdapter::OnHeapProfilingEnabled(bool enabled) { |
web_memory_dump_provider_->onHeapProfilingEnabled(enabled); |
} |
-} // namespace blink |
+} // namespace content |