diff options
Diffstat (limited to 'content/browser/in_process_webkit/indexed_db_context.h')
-rw-r--r-- | content/browser/in_process_webkit/indexed_db_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/in_process_webkit/indexed_db_context.h b/content/browser/in_process_webkit/indexed_db_context.h index 19c6b91..12696a7 100644 --- a/content/browser/in_process_webkit/indexed_db_context.h +++ b/content/browser/in_process_webkit/indexed_db_context.h @@ -15,8 +15,8 @@ #include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "content/browser/browser_thread.h" #include "content/common/content_export.h" +#include "content/public/browser/browser_thread.h" #include "googleurl/src/gurl.h" #include "webkit/quota/quota_types.h" |