| Index: chrome/renderer/extensions/app_runtime_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/app_runtime_custom_bindings.cc b/chrome/renderer/extensions/app_runtime_custom_bindings.cc
|
| index fa419fa368d66aa3dd617d65db7a8d82ae3875d0..e9fbabb7155cd00953ab5140ef7fa5ec40a689bf 100644
|
| --- a/chrome/renderer/extensions/app_runtime_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/app_runtime_custom_bindings.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/strings/string_number_conversions.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebCString.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebBlob.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h"
|
|
|
|
|