| Index: chrome/browser/net/sqlite_channel_id_store.cc
|
| diff --git a/chrome/browser/net/sqlite_channel_id_store.cc b/chrome/browser/net/sqlite_channel_id_store.cc
|
| index 15bad3dc31ae909ed3d5d4d1ed73ba8f86058cc3..eab7f7b703b608ab1015395f5e3100d396414e08 100644
|
| --- a/chrome/browser/net/sqlite_channel_id_store.cc
|
| +++ b/chrome/browser/net/sqlite_channel_id_store.cc
|
| @@ -26,7 +26,7 @@
|
| #include "sql/transaction.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/quota/special_storage_policy.h"
|
| +#include "storage/browser/quota/special_storage_policy.h"
|
|
|
| // This class is designed to be shared between any calling threads and the
|
| // background task runner. It batches operations and commits them on a timer.
|
|
|