Index: storage/browser/quota/quota_client.h |
diff --git a/webkit/browser/quota/quota_client.h b/storage/browser/quota/quota_client.h |
similarity index 91% |
copy from webkit/browser/quota/quota_client.h |
copy to storage/browser/quota/quota_client.h |
index 5f94dd014b29a8c21d439709180f6bd713fef3ca..8a6a294f74ce0b00b0834b333ca9644b56ad3ce1 100644 |
--- a/webkit/browser/quota/quota_client.h |
+++ b/storage/browser/quota/quota_client.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_BROWSER_QUOTA_QUOTA_CLIENT_H_ |
-#define WEBKIT_BROWSER_QUOTA_QUOTA_CLIENT_H_ |
+#ifndef STORAGE_BROWSER_QUOTA_QUOTA_CLIENT_H_ |
+#define STORAGE_BROWSER_QUOTA_QUOTA_CLIENT_H_ |
#include <list> |
#include <set> |
#include <string> |
#include "base/callback.h" |
+#include "storage/browser/storage_browser_export.h" |
+#include "storage/common/quota/quota_types.h" |
#include "url/gurl.h" |
-#include "webkit/browser/storage_browser_export.h" |
-#include "webkit/common/quota/quota_types.h" |
namespace storage { |
@@ -78,4 +78,4 @@ typedef std::list<QuotaClient*> QuotaClientList; |
} // namespace storage |
-#endif // WEBKIT_BROWSER_QUOTA_QUOTA_CLIENT_H_ |
+#endif // STORAGE_BROWSER_QUOTA_QUOTA_CLIENT_H_ |