Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sync / test / accounts_client / test_accounts_client.cc
index 9520bcf..587c45f 100644 (file)
@@ -39,7 +39,7 @@ class AccountsRequestDelegate : public net::URLFetcherDelegate {
   AccountsRequestDelegate(base::RunLoop* run_loop) : response_(""),
       success_(false), run_loop_(run_loop) {}
 
-  virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE {
+  void OnURLFetchComplete(const net::URLFetcher* source) override {
     string url = source->GetURL().spec();
     source->GetResponseAsString(&response_);