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

Unified Diff: components/webdata/common/web_data_service_backend.h

Issue 14679005: Create an AutofillBackend interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments pt 2 Created 7 years, 7 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: components/webdata/common/web_data_service_backend.h
diff --git a/components/webdata/common/web_data_service_backend.h b/components/webdata/common/web_data_service_backend.h
index 0e1d8f247e7024761e519ddd4eabdb5f1bd1f299..5aa1cce98d5284efe57877de6ed02958298dbc4b 100644
--- a/components/webdata/common/web_data_service_backend.h
+++ b/components/webdata/common/web_data_service_backend.h
@@ -29,6 +29,8 @@ class Location;
// WebDatabaseService. It is refcounted to allow asynchronous destruction on the
// DB thread.
+// TODO(caitkp): Rename this class to WebDatabaseBackend.
+
class WebDataServiceBackend
: public base::RefCountedThreadSafe<
WebDataServiceBackend,

Powered by Google App Engine
This is Rietveld 408576698