| Index: webkit/glue/glue_serialize_unittest.cc
|
| diff --git a/webkit/glue/glue_serialize_unittest.cc b/webkit/glue/glue_serialize_unittest.cc
|
| index 0f84436c8259d3936b788c0d602c55813255824a..79ebb66af8fe5bd4ce269589fa21979e4bf8388f 100644
|
| --- a/webkit/glue/glue_serialize_unittest.cc
|
| +++ b/webkit/glue/glue_serialize_unittest.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/pickle.h"
|
| #include "base/string_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebHTTPBody.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebHTTPBody.h"
|
| +#include "third_party/WebKit/public/platform/WebPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "ui/gfx/screen.h"
|
| #include "webkit/base/file_path_string_conversions.h"
|
| #include "webkit/glue/glue_serialize.h"
|
|
|