| Index: third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h | 
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h | 
| index 23bdb8e43d1c00d573ab680627f74cf710958f56..bce6f7cb0c7e708118ee18676712e78b242f7d19 100644 | 
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h | 
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h | 
| @@ -32,6 +32,7 @@ | 
| #include "core/CoreExport.h" | 
| #include "wtf/Allocator.h" | 
| #include "wtf/Noncopyable.h" | 
| +#include "wtf/text/WTFString.h" | 
|  | 
| namespace blink { | 
|  | 
| @@ -59,6 +60,8 @@ public: | 
| bool committedMultipleRealLoads() const; | 
| void advanceTo(State); | 
|  | 
| +    String toString() const; | 
| + | 
| private: | 
| State m_state; | 
| }; | 
|  |