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

Unified Diff: webkit/browser/fileapi/file_system_quota_client.h

Issue 15535006: Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi (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/fileapi/file_system_quota_client.h
diff --git a/webkit/fileapi/file_system_quota_client.h b/webkit/browser/fileapi/file_system_quota_client.h
similarity index 89%
rename from webkit/fileapi/file_system_quota_client.h
rename to webkit/browser/fileapi/file_system_quota_client.h
index 40f52216fe510acf82f53347dc774b607f645c9c..cd1830d6df5643d66fe82d55ce66305d58ab6395 100644
--- a/webkit/fileapi/file_system_quota_client.h
+++ b/webkit/browser/fileapi/file_system_quota_client.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_FILEAPI_FILE_SYSTEM_QUOTA_CLIENT_H_
-#define WEBKIT_FILEAPI_FILE_SYSTEM_QUOTA_CLIENT_H_
+#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_QUOTA_CLIENT_H_
+#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_QUOTA_CLIENT_H_
#include <set>
#include <string>
@@ -13,7 +13,7 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
-#include "webkit/fileapi/file_system_quota_util.h"
+#include "webkit/browser/fileapi/file_system_quota_util.h"
#include "webkit/fileapi/file_system_types.h"
#include "webkit/quota/quota_client.h"
#include "webkit/storage/webkit_storage_export.h"
@@ -69,4 +69,4 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemQuotaClient
} // namespace fileapi
-#endif // WEBKIT_FILEAPI_FILE_SYSTEM_QUOTA_CLIENT_H_
+#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_QUOTA_CLIENT_H_
« no previous file with comments | « webkit/browser/fileapi/cross_operation_delegate.cc ('k') | webkit/browser/fileapi/file_system_quota_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698