| Index: chrome/browser/browsing_data_indexed_db_helper.cc
|
| diff --git a/chrome/browser/browsing_data_indexed_db_helper.cc b/chrome/browser/browsing_data_indexed_db_helper.cc
|
| index e183415c48b21a899e610c632b52e0eb40ee93a6..ef68e99989bdfe36b239a41ba309f61ef9dea5a7 100644
|
| --- a/chrome/browser/browsing_data_indexed_db_helper.cc
|
| +++ b/chrome/browser/browsing_data_indexed_db_helper.cc
|
| @@ -13,8 +13,8 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/in_process_webkit/webkit_context.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "webkit/database/database_util.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|
|
|