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

Unified Diff: webkit/browser/chromeos/fileapi/file_access_permissions.h

Issue 16010006: Move webkit/chromeos into webkit/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: webkit/browser/chromeos/fileapi/file_access_permissions.h
diff --git a/webkit/chromeos/fileapi/file_access_permissions.h b/webkit/browser/chromeos/fileapi/file_access_permissions.h
similarity index 85%
rename from webkit/chromeos/fileapi/file_access_permissions.h
rename to webkit/browser/chromeos/fileapi/file_access_permissions.h
index a1950b1d182c9fa9a9bc29b9ace688dd578d607f..31cf1955c1658c1aaf442ec45b3a0f6aba1447ee 100644
--- a/webkit/chromeos/fileapi/file_access_permissions.h
+++ b/webkit/browser/chromeos/fileapi/file_access_permissions.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_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_
-#define WEBKIT_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_
+#ifndef WEBKIT_BROWSER_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_
+#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_
#include <map>
#include <set>
@@ -39,4 +39,4 @@ class WEBKIT_STORAGE_EXPORT FileAccessPermissions {
} // namespace chromeos
-#endif // WEBKIT_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_
+#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_FILE_ACCESS_PERMISSIONS_H_

Powered by Google App Engine
This is Rietveld 408576698