| Index: chrome/browser/net/sqlite_persistent_cookie_store.h
|
| ===================================================================
|
| --- chrome/browser/net/sqlite_persistent_cookie_store.h (revision 53997)
|
| +++ chrome/browser/net/sqlite_persistent_cookie_store.h (working copy)
|
| @@ -11,12 +11,15 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/sql/connection.h"
|
| #include "app/sql/meta_table.h"
|
| #include "base/file_path.h"
|
| #include "base/ref_counted.h"
|
| #include "net/base/cookie_monster.h"
|
|
|
| +namespace sql {
|
| +class Connection;
|
| +}
|
| +
|
| class FilePath;
|
|
|
| class SQLitePersistentCookieStore
|
|
|