| Index: chrome/renderer/extensions/file_browser_handler_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/file_browser_handler_custom_bindings.cc b/chrome/renderer/extensions/file_browser_handler_custom_bindings.cc
|
| index 7fd556787b3fca09e865e9fb6f85198c3024b9d5..b29e90f998e9d95b0f8b13bd8a1bff2bfbba2e32 100644
|
| --- a/chrome/renderer/extensions/file_browser_handler_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/file_browser_handler_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 {
|
|
|