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

Unified Diff: content/test/test_blink_web_unit_test_support.h

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/test/mock_webclipboard_impl.cc ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.h
diff --git a/content/test/test_blink_web_unit_test_support.h b/content/test/test_blink_web_unit_test_support.h
index 61deb77020be3439a6c5e312d968693b2a34a656..9b91d3e58abf25307407f6b21880ad85bf594115 100644
--- a/content/test/test_blink_web_unit_test_support.h
+++ b/content/test/test_blink_web_unit_test_support.h
@@ -41,7 +41,7 @@ class TestBlinkWebUnitTestSupport : public BlinkPlatformImpl {
TestBlinkWebUnitTestSupport();
~TestBlinkWebUnitTestSupport() override;
- blink::WebBlobRegistry* blobRegistry() override;
+ blink::WebBlobRegistry* getBlobRegistry() override;
blink::WebClipboard* clipboard() override;
blink::WebFileUtilities* fileUtilities() override;
blink::WebIDBFactory* idbFactory() override;
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698