| Index: chrome/browser/chromeos/drive/file_system_util.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h
|
| index e6b56b9efba857e0ed9d32986a87bad0ba9e58f9..43ae4c51b09f87763f0c36657a3883764d468a87 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.h
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.h
|
| @@ -8,15 +8,12 @@
|
| #include <string>
|
|
|
| #include "base/callback_forward.h"
|
| +#include "base/files/file_path.h"
|
| #include "chrome/browser/chromeos/drive/file_errors.h"
|
| #include "url/gurl.h"
|
|
|
| class Profile;
|
|
|
| -namespace base {
|
| -class FilePath;
|
| -}
|
| -
|
| namespace fileapi {
|
| class FileSystemURL;
|
| }
|
|
|