| Index: chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h
|
| diff --git a/chrome/browser/chromeos/drive/webkit_file_stream_reader_impl.h b/chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h
|
| similarity index 92%
|
| rename from chrome/browser/chromeos/drive/webkit_file_stream_reader_impl.h
|
| rename to chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h
|
| index f0a7c2fec87ff52ce048f33326a349841feb5e24..ebc5e95c254ecc710e2f7baea983d064bbb650a4 100644
|
| --- a/chrome/browser/chromeos/drive/webkit_file_stream_reader_impl.h
|
| +++ b/chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.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 CHROME_BROWSER_CHROMEOS_DRIVE_WEBKIT_FILE_STREAM_READER_IMPL_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_WEBKIT_FILE_STREAM_READER_IMPL_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_WEBKIT_FILE_STREAM_READER_IMPL_H_
|
| +#define CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_WEBKIT_FILE_STREAM_READER_IMPL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| @@ -86,4 +86,4 @@ class WebkitFileStreamReaderImpl : public webkit_blob::FileStreamReader {
|
| } // namespace internal
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_WEBKIT_FILE_STREAM_READER_IMPL_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_WEBKIT_FILE_STREAM_READER_IMPL_H_
|
|
|