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

Unified Diff: webkit/common/quota/quota_status_code.h

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « webkit/common/fileapi/file_system_util.h ('k') | webkit/common/quota/quota_status_code.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/quota/quota_status_code.h
diff --git a/webkit/quota/quota_status_code.h b/webkit/common/quota/quota_status_code.h
similarity index 84%
rename from webkit/quota/quota_status_code.h
rename to webkit/common/quota/quota_status_code.h
index 1261a31b82a72670d88cedcf2c5e9894ec6bc965..fcb09b17a0a009c013d6b779c49d738d37bdbb98 100644
--- a/webkit/quota/quota_status_code.h
+++ b/webkit/common/quota/quota_status_code.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_QUOTA_QUOTA_STATUS_CODE_H_
-#define WEBKIT_QUOTA_QUOTA_STATUS_CODE_H_
+#ifndef WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
+#define WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageQuotaError.h"
#include "webkit/storage/webkit_storage_export.h"
@@ -25,4 +25,4 @@ WEBKIT_STORAGE_EXPORT const char* QuotaStatusCodeToString(
} // namespace quota
-#endif // WEBKIT_QUOTA_QUOTA_STATUS_CODE_H_
+#endif // WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
« no previous file with comments | « webkit/common/fileapi/file_system_util.h ('k') | webkit/common/quota/quota_status_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698