Chromium Code Reviews| Index: content/common/frame_replication_state.cc |
| diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc |
| index 00e835f5b920cb619b19e8106391b63e8dc133bc..bb9d5d68fac04529e298fc9bd768d39751ab0d14 100644 |
| --- a/content/common/frame_replication_state.cc |
| +++ b/content/common/frame_replication_state.cc |
| @@ -3,6 +3,8 @@ |
| // found in the LICENSE file. |
| #include "content/common/frame_replication_state.h" |
| + |
| +#include "content/common/frame_messages.h" |
|
alexmos
2016/05/11 19:46:40
Is this necessary?
Łukasz Anforowicz
2016/05/11 23:14:48
Ooops - this is a left-over from an earlier draft,
|
| #include "third_party/WebKit/public/web/WebSandboxFlags.h" |
| #include "third_party/WebKit/public/web/WebTreeScopeType.h" |