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

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

Issue 16124006: Remove dependency of WebData on notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create README file Created 7 years, 6 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_database.h
diff --git a/components/webdata/common/web_database.h b/components/webdata/common/web_database.h
index 62aff94b706ac0be469f5136e949201d7c17032c..e7fedf072b29e964d177d854e540e4330cc946e7 100644
--- a/components/webdata/common/web_database.h
+++ b/components/webdata/common/web_database.h
@@ -18,10 +18,6 @@ namespace base {
class FilePath;
}
-namespace content {
-class NotificationService;
-}
-
// This class manages a SQLite database that stores various web page meta data.
class WEBDATA_EXPORT WebDatabase {
public:
@@ -71,8 +67,6 @@ class WEBDATA_EXPORT WebDatabase {
typedef std::map<WebDatabaseTable::TypeKey, WebDatabaseTable*> TableMap;
TableMap tables_;
- scoped_ptr<content::NotificationService> notification_service_;
-
DISALLOW_COPY_AND_ASSIGN(WebDatabase);
};

Powered by Google App Engine
This is Rietveld 408576698