| Index: chrome/browser/history/shortcuts_database.h
|
| ===================================================================
|
| --- chrome/browser/history/shortcuts_database.h (revision 144929)
|
| +++ chrome/browser/history/shortcuts_database.h (working copy)
|
| @@ -18,6 +18,8 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "sql/connection.h"
|
|
|
| +class Profile;
|
| +
|
| namespace history {
|
|
|
| // This class manages the shortcut provider table within the SQLite database
|
| @@ -42,7 +44,7 @@
|
| public:
|
| typedef std::map<std::string, ShortcutsBackend::Shortcut> GuidToShortcutMap;
|
|
|
| - explicit ShortcutsDatabase(const FilePath& folder_path);
|
| + explicit ShortcutsDatabase(Profile* profile);
|
|
|
| bool Init();
|
|
|
|
|