Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / omaha_query_params / chrome_omaha_query_params_delegate.h
index 26921c2..2f25c65 100644 (file)
@@ -11,13 +11,13 @@ class ChromeOmahaQueryParamsDelegate
     : public omaha_query_params::OmahaQueryParamsDelegate {
  public:
   ChromeOmahaQueryParamsDelegate();
-  virtual ~ChromeOmahaQueryParamsDelegate();
+  ~ChromeOmahaQueryParamsDelegate() override;
 
   // Gets the LazyInstance for ChromeOmahaQueryParamsDelegate.
   static ChromeOmahaQueryParamsDelegate* GetInstance();
 
   // omaha_query_params::OmahaQueryParamsDelegate:
-  virtual std::string GetExtraParams() OVERRIDE;
+  std::string GetExtraParams() override;
 
   // Returns the value we use for the "updaterchannel=" and "prodchannel="
   // parameters. Possible return values include: "canary", "dev", "beta", and