| Index: chrome/renderer/plugins/webview_plugin.h
|
| diff --git a/chrome/renderer/plugins/webview_plugin.h b/chrome/renderer/plugins/webview_plugin.h
|
| index 9033fb1d2ec10c4351e5ed395a91fb92f712d785..cf55d58f7495ccfd349a63bfd2f454a031a39f67 100644
|
| --- a/chrome/renderer/plugins/webview_plugin.h
|
| +++ b/chrome/renderer/plugins/webview_plugin.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.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/WebURLResponse.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h"
|
|
|