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

Unified Diff: content/test/test_blink_web_unit_test_support.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
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index bc09c86c9e990173c931ce813b915e04a3485950..dad690d4c7ffacd9681d99e278c4b134aee16072 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -158,7 +158,7 @@ TestBlinkWebUnitTestSupport::~TestBlinkWebUnitTestSupport() {
base::FeatureList::ClearInstanceForTesting();
}
-blink::WebBlobRegistry* TestBlinkWebUnitTestSupport::blobRegistry() {
+blink::WebBlobRegistry* TestBlinkWebUnitTestSupport::getBlobRegistry() {
return &blob_registry_;
}
« no previous file with comments | « content/test/test_blink_web_unit_test_support.h ('k') | third_party/WebKit/Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698