| Index: chrome/renderer/extensions/file_browser_private_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/file_browser_private_custom_bindings.cc b/chrome/renderer/extensions/file_browser_private_custom_bindings.cc
|
| index f21c4c8e0569624853adbe4d68ae51399bf95365..1263efcb2d0cb3aa75b725c64b693f95b84827e4 100644
|
| --- a/chrome/renderer/extensions/file_browser_private_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/file_browser_private_custom_bindings.cc
|
| @@ -9,9 +9,9 @@
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "grit/renderer_resources.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebFileSystem.h"
|
| +#include "third_party/WebKit/public/platform/WebFileSystemType.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
|
|
| namespace extensions {
|
|
|