Chromium Code Reviews| Index: Source/modules/filesystem/InspectorFileSystemAgent.cpp |
| diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.cpp b/Source/modules/filesystem/InspectorFileSystemAgent.cpp |
| index 4ee0ceea9ec3f01ed7217a4d2850118a74e13f54..91d712024db0b4d717e381e2c1799a298c5f5f80 100644 |
| --- a/Source/modules/filesystem/InspectorFileSystemAgent.cpp |
| +++ b/Source/modules/filesystem/InspectorFileSystemAgent.cpp |
| @@ -41,6 +41,7 @@ |
| #include "core/html/VoidCallback.h" |
| #include "core/html/parser/TextResourceDecoder.h" |
| #include "core/inspector/InspectorState.h" |
| +#include "core/page/Page.h" |
|
sof
2014/06/06 20:32:41
Why is this needed now? (just trying to understand
jam
2014/06/09 19:09:33
because I removed it from LocalFileSystem.h
|
| #include "modules/filesystem/DOMFileSystem.h" |
| #include "modules/filesystem/DirectoryEntry.h" |
| #include "modules/filesystem/DirectoryReader.h" |