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

Unified Diff: content/worker/worker_webkitplatformsupport_impl.cc

Issue 74043003: Followup cleanup for WebDatabaseObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/worker/worker_webkitplatformsupport_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/worker_webkitplatformsupport_impl.cc
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc
index 07abcbfbdd117cc2e0c36cc3cc505c2c8f8d8587..c99e81951ca3117401c39b02fd47c8d61d1f1af3 100644
--- a/content/worker/worker_webkitplatformsupport_impl.cc
+++ b/content/worker/worker_webkitplatformsupport_impl.cc
@@ -216,7 +216,7 @@ blink::WebIDBFactory* WorkerWebKitPlatformSupportImpl::idbFactory() {
return web_idb_factory_.get();
}
-blink::WebPlatformDatabaseObserver*
+blink::WebDatabaseObserver*
WorkerWebKitPlatformSupportImpl::databaseObserver() {
return web_database_observer_impl_.get();
}
« no previous file with comments | « content/worker/worker_webkitplatformsupport_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698