Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / loader / FrameLoaderStateMachine.h
index ee249fe..8ada36e 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "wtf/Noncopyable.h"
 
-namespace WebCore {
+namespace blink {
 
 // Encapsulates a state machine for FrameLoader. Note that this is different from FrameState,
 // which stores the state of the current load that FrameLoader is executing.
@@ -60,6 +60,6 @@ private:
     State m_state;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FrameLoaderStateMachine_h