about summary refs log tree commit homepage
path: root/lib/mogilefs/http_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mogilefs/http_file.rb')
-rw-r--r--lib/mogilefs/http_file.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mogilefs/http_file.rb b/lib/mogilefs/http_file.rb
index b2d5620..8784f68 100644
--- a/lib/mogilefs/http_file.rb
+++ b/lib/mogilefs/http_file.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
 # here are internal implementation details, do not use them in your code
 require 'stringio'
-require 'mogilefs/new_file_common'
+require 'mogilefs/new_file'
 
 ##
 # HTTPFile wraps up the new file operations for storing files onto an HTTP
@@ -11,7 +11,7 @@ require 'mogilefs/new_file_common'
 # create a new file using MogileFS::MogileFS.new_file.
 #
 class MogileFS::HTTPFile < StringIO
-  include MogileFS::NewFileCommon
+  include MogileFS::NewFile::Common
 
   ##
   # The big_io name in case we have file > 256M