| Index: chrome/browser/history/shortcuts_database.h
|
| diff --git a/chrome/browser/history/shortcuts_database.h b/chrome/browser/history/shortcuts_database.h
|
| index 2dd340853ed48308d977918970038915d408b795..c249ea0f9cac6c3a345310f4c046ca2f3bba9ff2 100644
|
| --- a/chrome/browser/history/shortcuts_database.h
|
| +++ b/chrome/browser/history/shortcuts_database.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/history/shortcuts_backend.h"
|
| #include "sql/connection.h"
|
| +#include "sql/meta_table.h"
|
| #include "url/gurl.h"
|
|
|
| namespace history {
|
| @@ -81,6 +82,8 @@ class ShortcutsDatabase : public base::RefCountedThreadSafe<ShortcutsDatabase> {
|
| sql::Connection db_;
|
| base::FilePath database_path_;
|
|
|
| + sql::MetaTable meta_table_;
|
| +
|
| static const base::FilePath::CharType kShortcutsDatabaseName[];
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShortcutsDatabase);
|
|
|