Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1872)

Unified Diff: chrome/browser/chromeos/fileapi/cros_mount_point_provider.h

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698