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

Unified Diff: trunk/src/chrome/browser/history/shortcuts_database.h

Issue 163613012: Revert 251442 "Migrate old Shortcuts DB data to conform to new t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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
Index: trunk/src/chrome/browser/history/shortcuts_database.h
===================================================================
--- trunk/src/chrome/browser/history/shortcuts_database.h (revision 251472)
+++ trunk/src/chrome/browser/history/shortcuts_database.h (working copy)
@@ -15,7 +15,6 @@
#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 {
@@ -82,8 +81,6 @@
sql::Connection db_;
base::FilePath database_path_;
- sql::MetaTable meta_table_;
-
static const base::FilePath::CharType kShortcutsDatabaseName[];
DISALLOW_COPY_AND_ASSIGN(ShortcutsDatabase);
« no previous file with comments | « trunk/src/chrome/browser/history/history_database.cc ('k') | trunk/src/chrome/browser/history/shortcuts_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698