| Index: content/browser/indexed_db/indexed_db_context_impl.cc
|
| ===================================================================
|
| --- content/browser/indexed_db/indexed_db_context_impl.cc (revision 205297)
|
| +++ content/browser/indexed_db/indexed_db_context_impl.cc (working copy)
|
| @@ -23,8 +23,8 @@
|
| #include "third_party/WebKit/public/platform/WebCString.h"
|
| #include "third_party/WebKit/public/platform/WebIDBDatabase.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| -#include "webkit/base/file_path_string_conversions.h"
|
| -#include "webkit/base/origin_url_conversions.h"
|
| +#include "webkit/common/base/file_path_string_conversions.h"
|
| +#include "webkit/common/base/origin_url_conversions.h"
|
| #include "webkit/browser/database/database_util.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
| #include "webkit/browser/quota/special_storage_policy.h"
|
|
|