| Index: content/renderer/image_loading_helper.cc
|
| diff --git a/content/renderer/image_loading_helper.cc b/content/renderer/image_loading_helper.cc
|
| index 3b1b1e1407063cf108aabc2efec94ddfc5fdbe6b..718223c5e2d4db4237ec14943dc5b22e044d05f9 100644
|
| --- a/content/renderer/image_loading_helper.cc
|
| +++ b/content/renderer/image_loading_helper.cc
|
| @@ -11,8 +11,8 @@
|
| #include "content/public/renderer/render_view.h"
|
| #include "content/renderer/fetchers/multi_resolution_image_resource_fetcher.h"
|
| #include "net/base/data_url.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| #include "ui/gfx/favicon_size.h"
|
|
|