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

Unified Diff: webkit/common/quota/quota_types.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/quota/quota_status_code.cc ('k') | webkit/common/quota/webkit_common_quota.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/quota/quota_types.h
diff --git a/webkit/quota/quota_types.h b/webkit/common/quota/quota_types.h
similarity index 70%
rename from webkit/quota/quota_types.h
rename to webkit/common/quota/quota_types.h
index ff1b30feb784c319a461547fa0637a09bd9c3178..56fbc6caefd56b24a400d6fa970fe81fc28f0361 100644
--- a/webkit/quota/quota_types.h
+++ b/webkit/common/quota/quota_types.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_QUOTA_QUOTA_TYPES_H_
-#define WEBKIT_QUOTA_QUOTA_TYPES_H_
+#ifndef WEBKIT_COMMON_QUOTA_QUOTA_TYPES_H_
+#define WEBKIT_COMMON_QUOTA_QUOTA_TYPES_H_
-#include "webkit/quota/quota_status_code.h"
+#include "webkit/common/quota/quota_status_code.h"
namespace quota {
@@ -24,4 +24,4 @@ enum QuotaLimitType {
} // namespace quota
-#endif // WEBKIT_QUOTA_QUOTA_TYPES_H_
+#endif // WEBKIT_COMMON_QUOTA_QUOTA_TYPES_H_
« no previous file with comments | « webkit/common/quota/quota_status_code.cc ('k') | webkit/common/quota/webkit_common_quota.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698