Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / FocusController.h
index f0e1193..f12d1a0 100644 (file)
@@ -33,7 +33,7 @@
 #include "wtf/Noncopyable.h"
 #include "wtf/RefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 struct FocusCandidate;
 class Document;
@@ -121,6 +121,6 @@ private:
     bool m_isChangingFocusedFrame;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FocusController_h