| Index: components/drive/local_file_reader.h
|
| diff --git a/chrome/browser/chromeos/drive/local_file_reader.h b/components/drive/local_file_reader.h
|
| similarity index 92%
|
| rename from chrome/browser/chromeos/drive/local_file_reader.h
|
| rename to components/drive/local_file_reader.h
|
| index 0b824da1861a31153e7a4e74c648bb6d3ff8de20..ece328050971aea192277addecac43c8452be80f 100644
|
| --- a/chrome/browser/chromeos/drive/local_file_reader.h
|
| +++ b/components/drive/local_file_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 CHROME_BROWSER_CHROMEOS_DRIVE_LOCAL_FILE_READER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_LOCAL_FILE_READER_H_
|
| +#ifndef COMPONENTS_DRIVE_LOCAL_FILE_READER_H_
|
| +#define COMPONENTS_DRIVE_LOCAL_FILE_READER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -67,4 +67,4 @@ class LocalFileReader {
|
| } // namespace util
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_LOCAL_FILE_READER_H_
|
| +#endif // COMPONENTS_DRIVE_LOCAL_FILE_READER_H_
|
|
|