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

Unified Diff: webkit/browser/quota/quota_client.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: gypi fix 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/quota/quota_client.h
diff --git a/webkit/quota/quota_client.h b/webkit/browser/quota/quota_client.h
similarity index 93%
rename from webkit/quota/quota_client.h
rename to webkit/browser/quota/quota_client.h
index 88a5ddfe2ff1f25c802cf66d4f9d2d4bea4d05f1..5fd7dbc6eb75a14a8a209b4e3e9e0b97f76401ff 100644
--- a/webkit/quota/quota_client.h
+++ b/webkit/browser/quota/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_QUOTA_QUOTA_CLIENT_H_
-#define WEBKIT_QUOTA_QUOTA_CLIENT_H_
+#ifndef WEBKIT_BROWSER_QUOTA_QUOTA_CLIENT_H_
+#define WEBKIT_BROWSER_QUOTA_QUOTA_CLIENT_H_
#include <list>
#include <set>
@@ -11,7 +11,7 @@
#include "base/callback.h"
#include "googleurl/src/gurl.h"
-#include "webkit/quota/quota_types.h"
+#include "webkit/common/quota/quota_types.h"
#include "webkit/storage/webkit_storage_export.h"
namespace quota {
@@ -76,4 +76,4 @@ typedef std::list<QuotaClient*> QuotaClientList;
} // namespace quota
-#endif // WEBKIT_QUOTA_QUOTA_CLIENT_H_
+#endif // WEBKIT_BROWSER_QUOTA_QUOTA_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698