| Index: content/common/indexed_db_key.cc
|
| ===================================================================
|
| --- content/common/indexed_db_key.cc (revision 112786)
|
| +++ content/common/indexed_db_key.cc (working copy)
|
| @@ -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;
|
|
|
|
|