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

Unified Diff: webkit/browser/quota/quota_task.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/browser/quota/quota_manager_unittest.cc ('k') | webkit/browser/quota/quota_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/quota/quota_task.h
diff --git a/webkit/quota/quota_task.h b/webkit/browser/quota/quota_task.h
similarity index 92%
rename from webkit/quota/quota_task.h
rename to webkit/browser/quota/quota_task.h
index 1102dacfca2c6798c1ce1dbbc3d4948737e88007..9a163a2bfee0514fff6befdac1a378f7ef3a104a 100644
--- a/webkit/quota/quota_task.h
+++ b/webkit/browser/quota/quota_task.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_TASK_H_
-#define WEBKIT_QUOTA_QUOTA_TASK_H_
+#ifndef WEBKIT_BROWSER_QUOTA_QUOTA_TASK_H_
+#define WEBKIT_BROWSER_QUOTA_QUOTA_TASK_H_
#include <set>
@@ -76,4 +76,4 @@ class WEBKIT_STORAGE_EXPORT QuotaTaskObserver {
};
}
-#endif // WEBKIT_QUOTA_QUOTA_TASK_H_
+#endif // WEBKIT_BROWSER_QUOTA_QUOTA_TASK_H_
« no previous file with comments | « webkit/browser/quota/quota_manager_unittest.cc ('k') | webkit/browser/quota/quota_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698