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

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

Issue 2547053003: s/ passed(...) / WTF::passed(...) / to avoid future ambiguity w/ base::Passed. (Closed)
Patch Set: Rebasing... Created 4 years 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.cc
diff --git a/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
index 61d4f994ce0c3392eb59bd1eb89354c59731cb3f..625666fa4a83f06f745444396135acad2ef0ea30 100644
--- a/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
+++ b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
@@ -70,7 +70,7 @@ WebProcessMemoryDump::createWebMemoryAllocatorDump(
// memory_allocator_dumps_ will take ownership of
// |web_memory_allocator_dump|.
memory_allocator_dumps_.set(memory_allocator_dump,
- wrapUnique(web_memory_allocator_dump));
+ WTF::wrapUnique(web_memory_allocator_dump));
return web_memory_allocator_dump;
}

Powered by Google App Engine
This is Rietveld 408576698