summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/cookie_monster_sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/net/cookie_monster_sqlite.h')
-rw-r--r--chrome/common/net/cookie_monster_sqlite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/net/cookie_monster_sqlite.h b/chrome/common/net/cookie_monster_sqlite.h
index a67197a..7607915 100644
--- a/chrome/common/net/cookie_monster_sqlite.h
+++ b/chrome/common/net/cookie_monster_sqlite.h
@@ -35,7 +35,6 @@ class SQLitePersistentCookieStore
// Database upgrade statements.
bool EnsureDatabaseVersion(sqlite3* db);
- bool UpdateSchemaToVersion2(sqlite3* db);
std::wstring path_;
scoped_refptr<Backend> backend_;