| Index: webkit/glue/multipart_response_delegate_unittest.cc
|
| diff --git a/webkit/glue/multipart_response_delegate_unittest.cc b/webkit/glue/multipart_response_delegate_unittest.cc
|
| index 7522f1f4946d134e9fb2a68603d5fadb9319003e..8e43d85df7b469bf827467e99e902649ed0653be 100644
|
| --- a/webkit/glue/multipart_response_delegate_unittest.cc
|
| +++ b/webkit/glue/multipart_response_delegate_unittest.cc
|
| @@ -5,10 +5,10 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURLLoaderClient.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebURL.h"
|
| +#include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
|
| +#include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| #include "webkit/glue/multipart_response_delegate.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|