Index: storage/browser/blob/local_file_stream_reader.h |
diff --git a/webkit/browser/blob/local_file_stream_reader.h b/storage/browser/blob/local_file_stream_reader.h |
similarity index 89% |
copy from webkit/browser/blob/local_file_stream_reader.h |
copy to storage/browser/blob/local_file_stream_reader.h |
index 94fafd2daf43a65d6e8bb01807f5be96306ca11b..b9e33288edc4dcbbe51593b2f5166ceee1981a6f 100644 |
--- a/webkit/browser/blob/local_file_stream_reader.h |
+++ b/storage/browser/blob/local_file_stream_reader.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_BROWSER_BLOB_LOCAL_FILE_STREAM_READER_H_ |
-#define WEBKIT_BROWSER_BLOB_LOCAL_FILE_STREAM_READER_H_ |
+#ifndef STORAGE_BROWSER_BLOB_LOCAL_FILE_STREAM_READER_H_ |
+#define STORAGE_BROWSER_BLOB_LOCAL_FILE_STREAM_READER_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -11,8 +11,8 @@ |
#include "base/files/file_path.h" |
#include "base/memory/weak_ptr.h" |
#include "base/time/time.h" |
-#include "webkit/browser/blob/file_stream_reader.h" |
-#include "webkit/browser/storage_browser_export.h" |
+#include "storage/browser/blob/file_stream_reader.h" |
+#include "storage/browser/storage_browser_export.h" |
namespace base { |
class TaskRunner; |
@@ -78,4 +78,4 @@ class STORAGE_EXPORT LocalFileStreamReader |
} // namespace storage |
-#endif // WEBKIT_BROWSER_BLOB_LOCAL_FILE_STREAM_READER_H_ |
+#endif // STORAGE_BROWSER_BLOB_LOCAL_FILE_STREAM_READER_H_ |