| Index: chrome/browser/browsing_data_database_helper.h
|
| diff --git a/chrome/browser/browsing_data_database_helper.h b/chrome/browser/browsing_data_database_helper.h
|
| index 0b2440c57c6e4dd60f04c126419bff36d52481de..d126a54c227ae8435e065728fa5a4d966bff689e 100644
|
| --- a/chrome/browser/browsing_data_database_helper.h
|
| +++ b/chrome/browser/browsing_data_database_helper.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "base/task.h"
|
| +#include "webkit/database/database_tracker.h"
|
|
|
| class Profile;
|
|
|
| @@ -82,7 +83,7 @@ class BrowsingDataDatabaseHelper
|
| void DeleteDatabaseInFileThread(const std::string& origin,
|
| const std::string& name);
|
|
|
| - Profile* profile_;
|
| + scoped_refptr<webkit_database::DatabaseTracker> tracker_;
|
|
|
| // This only mutates on the UI thread.
|
| scoped_ptr<Callback1<const std::vector<DatabaseInfo>& >::Type >
|
|
|