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

Unified Diff: chrome/browser/history/history_database.h

Issue 22569006: tmp Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/history/history_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_database.h
diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
index 5aac5bab529391dbe77c3322730bdead509e4d82..1162f3f75f5fd8ba5dbad6f1b37c723fa534b487 100644
--- a/chrome/browser/history/history_database.h
+++ b/chrome/browser/history/history_database.h
@@ -31,6 +31,8 @@ class HistoryQuickProviderTest;
namespace history {
+class HistoryDatabaseDelegate;
+
// Encapsulates the SQL connection for the history database. This class holds
// the database connection and has methods the history system (including full
// text search) uses for writing and retrieving information.
@@ -210,6 +212,8 @@ class HistoryDatabase : public DownloadDatabase,
// See the getters above.
bool needs_version_17_migration_;
+ scoped_ptr<HistoryDatabaseDelegate> delegate_;
+
DISALLOW_COPY_AND_ASSIGN(HistoryDatabase);
};
« no previous file with comments | « no previous file | chrome/browser/history/history_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698