| 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,
|
|
|