| Index: components/drive/directory_loader.h
|
| diff --git a/chrome/browser/chromeos/drive/directory_loader.h b/components/drive/directory_loader.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/drive/directory_loader.h
|
| rename to components/drive/directory_loader.h
|
| index 4ba8f1a9341990c3559b0d76350c4833c4a845f0..32d72ef991f8d8c58180f6e15b150833865ab22a 100644
|
| --- a/chrome/browser/chromeos/drive/directory_loader.h
|
| +++ b/components/drive/directory_loader.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_DIRECTORY_LOADER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_DIRECTORY_LOADER_H_
|
| +#ifndef COMPONENTS_DRIVE_DIRECTORY_LOADER_H_
|
| +#define COMPONENTS_DRIVE_DIRECTORY_LOADER_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -147,4 +147,4 @@ class DirectoryLoader {
|
| } // namespace internal
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DIRECTORY_LOADER_H_
|
| +#endif // COMPONENTS_DRIVE_DIRECTORY_LOADER_H_
|
|
|