Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / xwalk_download_browsertest.cc
index 8d0b591..99581cd 100644 (file)
@@ -3,8 +3,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "base/file_util.h"
 #include "base/files/file_path.h"
+#include "base/files/file_util.h"
 #include "base/strings/string_util.h"
 #include "base/strings/utf_string_conversions.h"
 #include "xwalk/runtime/browser/runtime.h"
@@ -43,7 +43,7 @@ class XWalkDownloadBrowserTest : public InProcessBrowserTest {
     : InProcessBrowserTest(),
       runtime_(nullptr) {}
 
-  virtual void SetUpOnMainThread() OVERRIDE {
+  void SetUpOnMainThread() override {
     ASSERT_TRUE(downloads_directory_.CreateUniqueTempDir());
     runtime_ = CreateRuntime(GURL());