Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / history / shortcuts_database.h
index a3cbfdb..a29331a 100644 (file)
@@ -14,6 +14,7 @@
 #include "base/memory/ref_counted.h"
 #include "base/strings/string16.h"
 #include "sql/connection.h"
+#include "sql/meta_table.h"
 #include "url/gurl.h"
 
 namespace history {
@@ -126,6 +127,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);