Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: storage/browser/blob/file_stream_reader.h

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: storage/browser/blob/file_stream_reader.h
diff --git a/webkit/browser/blob/file_stream_reader.h b/storage/browser/blob/file_stream_reader.h
similarity index 95%
copy from webkit/browser/blob/file_stream_reader.h
copy to storage/browser/blob/file_stream_reader.h
index 0e7f9691cfce5c9d40f3e63a75399355415a235d..9b2ce02c98a44d6e6b4ded0f741d51ea9748d438 100644
--- a/webkit/browser/blob/file_stream_reader.h
+++ b/storage/browser/blob/file_stream_reader.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_BLOB_FILE_STREAM_READER_H_
-#define WEBKIT_BLOB_FILE_STREAM_READER_H_
+#ifndef STORAGE_BLOB_FILE_STREAM_READER_H_
+#define STORAGE_BLOB_FILE_STREAM_READER_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/files/file.h"
#include "net/base/completion_callback.h"
-#include "webkit/browser/storage_browser_export.h"
+#include "storage/browser/storage_browser_export.h"
namespace base {
class FilePath;
@@ -96,4 +96,4 @@ class FileStreamReader {
} // namespace storage
-#endif // WEBKIT_BLOB_FILE_STREAM_READER_H_
+#endif // STORAGE_BLOB_FILE_STREAM_READER_H_

Powered by Google App Engine
This is Rietveld 408576698