X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbase%2Fposix%2Ffile_descriptor_shuffle.h;h=78e3a7d49339f0c6c1df1fa2db72b9de90e226a5;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=5fa590bf47b873c30057926ed461dcc281e20dd0;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/base/posix/file_descriptor_shuffle.h b/src/base/posix/file_descriptor_shuffle.h index 5fa590b..78e3a7d 100644 --- a/src/base/posix/file_descriptor_shuffle.h +++ b/src/base/posix/file_descriptor_shuffle.h @@ -48,9 +48,9 @@ class InjectionDelegate { // An implementation of the InjectionDelegate interface using the file // descriptor table of the current process as the domain. class BASE_EXPORT FileDescriptorTableInjection : public InjectionDelegate { - virtual bool Duplicate(int* result, int fd) OVERRIDE; - virtual bool Move(int src, int dest) OVERRIDE; - virtual void Close(int fd) OVERRIDE; + bool Duplicate(int* result, int fd) override; + bool Move(int src, int dest) override; + void Close(int fd) override; }; // A single arc of the directed graph which describes an injective multimapping.