Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / IndexedDBClientImpl.h
index 1c68828..c3f4ed2 100644 (file)
 #include "modules/indexeddb/IndexedDBClient.h"
 
 namespace blink {
-class ExecutionContext;
-}
 
-namespace blink {
+class ExecutionContext;
 
-class IndexedDBClientImpl FINAL : public blink::IndexedDBClient {
+class IndexedDBClientImpl final : public IndexedDBClient {
 public:
-    static blink::IndexedDBClient* create();
+    static IndexedDBClient* create();
 
-    virtual bool allowIndexedDB(blink::ExecutionContext*, const String& name) OVERRIDE;
+    virtual bool allowIndexedDB(ExecutionContext*, const String& name) override;
 
 private:
     IndexedDBClientImpl() { }