X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fshell%2Fcontent_client%2Fshell_browser_main_parts.h;h=89684315c50dd297913f874bc9d1850a028ca004;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=0e07cbf24bc6850985f5f60a6916009b9bcee68d;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/shell/content_client/shell_browser_main_parts.h b/src/ash/shell/content_client/shell_browser_main_parts.h index 0e07cbf..8968431 100644 --- a/src/ash/shell/content_client/shell_browser_main_parts.h +++ b/src/ash/shell/content_client/shell_browser_main_parts.h @@ -36,15 +36,15 @@ class ShellBrowserMainParts : public content::BrowserMainParts { public: explicit ShellBrowserMainParts( const content::MainFunctionParams& parameters); - virtual ~ShellBrowserMainParts(); + ~ShellBrowserMainParts() override; // Overridden from content::BrowserMainParts: - virtual void PreMainMessageLoopStart() OVERRIDE; - virtual void PostMainMessageLoopStart() OVERRIDE; - virtual void ToolkitInitialized() OVERRIDE; - virtual void PreMainMessageLoopRun() OVERRIDE; - virtual bool MainMessageLoopRun(int* result_code) OVERRIDE; - virtual void PostMainMessageLoopRun() OVERRIDE; + void PreMainMessageLoopStart() override; + void PostMainMessageLoopStart() override; + void ToolkitInitialized() override; + void PreMainMessageLoopRun() override; + bool MainMessageLoopRun(int* result_code) override; + void PostMainMessageLoopRun() override; content::ShellBrowserContext* browser_context() { return browser_context_.get();