Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / browser / download / save_package.cc
index b3e5d44..f857d09 100644 (file)
@@ -7,8 +7,8 @@
 #include <algorithm>
 
 #include "base/bind.h"
-#include "base/file_util.h"
 #include "base/files/file_path.h"
+#include "base/files/file_util.h"
 #include "base/i18n/file_util_icu.h"
 #include "base/logging.h"
 #include "base/message_loop/message_loop.h"
@@ -1304,10 +1304,6 @@ const base::FilePath::CharType* SavePackage::ExtensionForMimeType(
   return FILE_PATH_LITERAL("");
 }
 
-WebContents* SavePackage::web_contents() const {
-  return WebContentsObserver::web_contents();
-}
-
 void SavePackage::GetSaveInfo() {
   // Can't use web_contents_ in the file thread, so get the data that we need
   // before calling to it.