diff options
Diffstat (limited to 'content/common/indexed_db_key.cc')
-rw-r--r-- | content/common/indexed_db_key.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/indexed_db_key.cc b/content/common/indexed_db_key.cc index 44cb81a..4f76873 100644 --- a/content/common/indexed_db_key.cc +++ b/content/common/indexed_db_key.cc @@ -5,8 +5,8 @@ #include "content/common/indexed_db_key.h" #include "base/logging.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" using WebKit::WebIDBKey; |