| Index: content/common/indexed_db/indexed_db_key.cc
|
| diff --git a/content/common/indexed_db/indexed_db_key.cc b/content/common/indexed_db/indexed_db_key.cc
|
| index 76306fd834cd47df5028c3cfc13a27ef5057f3f1..4083fd371c44139d56a2c4806dc51faeee6da45b 100644
|
| --- a/content/common/indexed_db/indexed_db_key.cc
|
| +++ b/content/common/indexed_db/indexed_db_key.cc
|
| @@ -5,8 +5,8 @@
|
| #include "content/common/indexed_db/indexed_db_key.h"
|
|
|
| #include "base/logging.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
|
|
| namespace content {
|
|
|
|
|