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

Unified Diff: content/test/mock_webclipboard_impl.cc

Issue 2329683002: Rename blobRegistry() functions and methods to getBlobRegistry(). (Closed)
Patch Set: Created 4 years, 3 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/renderer/renderer_blink_platform_impl.cc ('k') | content/test/test_blink_web_unit_test_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webclipboard_impl.cc
diff --git a/content/test/mock_webclipboard_impl.cc b/content/test/mock_webclipboard_impl.cc
index f5ca0a9f1b4f8d1713f83d766fc943d6e63ef8ec..77a6c6f59128679d9d3ac263514874122c830172 100644
--- a/content/test/mock_webclipboard_impl.cc
+++ b/content/test/mock_webclipboard_impl.cc
@@ -108,7 +108,7 @@ blink::WebBlobInfo MockWebClipboardImpl::readImage(
}
const WebString& uuid = base::ASCIIToUTF16(base::GenerateGUID());
std::unique_ptr<blink::WebBlobRegistry::Builder> blob_builder(
- blink::Platform::current()->blobRegistry()->createBuilder(
+ blink::Platform::current()->getBlobRegistry()->createBuilder(
uuid, blink::WebString()));
blob_builder->appendData(blink::WebThreadSafeData(
reinterpret_cast<char*>(output.data()), output.size()));
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/test/test_blink_web_unit_test_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698