| Index: chrome/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| diff --git a/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h b/chrome/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| similarity index 96%
|
| rename from webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| rename to chrome/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| index 279cc4f2b053064b5ddbeff35222f33d36fcde59..63e8dadf05e8d98a82123b31abbc58164ea5a2ad 100644
|
| --- a/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| +++ b/chrome/browser/chromeos/fileapi/cros_mount_point_provider.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 WEBKIT_BROWSER_CHROMEOS_FILEAPI_CROS_MOUNT_POINT_PROVIDER_H_
|
| -#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_CROS_MOUNT_POINT_PROVIDER_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_FILEAPI_CROS_MOUNT_POINT_PROVIDER_H_
|
| +#define CHROME_BROWSER_CHROMEOS_FILEAPI_CROS_MOUNT_POINT_PROVIDER_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -63,7 +63,7 @@ class FileAccessPermissions;
|
| //
|
| // filesystem:<origin>/external/<mount_name>/...
|
| //
|
| -class WEBKIT_STORAGE_BROWSER_EXPORT CrosMountPointProvider
|
| +class CrosMountPointProvider
|
| : public fileapi::ExternalFileSystemMountPointProvider {
|
| public:
|
| using fileapi::FileSystemMountPointProvider::OpenFileSystemCallback;
|
| @@ -170,4 +170,4 @@ class WEBKIT_STORAGE_BROWSER_EXPORT CrosMountPointProvider
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_CROS_MOUNT_POINT_PROVIDER_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_FILEAPI_CROS_MOUNT_POINT_PROVIDER_H_
|
|
|