Index: chrome/browser/browsing_data/browsing_data_quota_helper_impl.h |
diff --git a/chrome/browser/browsing_data_quota_helper_impl.h b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.h |
similarity index 89% |
rename from chrome/browser/browsing_data_quota_helper_impl.h |
rename to chrome/browser/browsing_data/browsing_data_quota_helper_impl.h |
index 832e93e16ee5282b5416ecdcaa7f050cb1d0ae9d..93680b50e1c0c643d45c7b57145d062e50386a72 100644 |
--- a/chrome/browser/browsing_data_quota_helper_impl.h |
+++ b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.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 CHROME_BROWSER_BROWSING_DATA_QUOTA_HELPER_IMPL_H_ |
-#define CHROME_BROWSER_BROWSING_DATA_QUOTA_HELPER_IMPL_H_ |
+#ifndef CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_QUOTA_HELPER_IMPL_H_ |
+#define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_QUOTA_HELPER_IMPL_H_ |
#include <map> |
#include <set> |
@@ -14,7 +14,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/time.h" |
-#include "chrome/browser/browsing_data_quota_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_quota_helper.h" |
#include "content/public/browser/browser_thread.h" |
#include "webkit/quota/quota_types.h" |
@@ -74,4 +74,4 @@ class BrowsingDataQuotaHelperImpl : public BrowsingDataQuotaHelper { |
DISALLOW_COPY_AND_ASSIGN(BrowsingDataQuotaHelperImpl); |
}; |
-#endif // CHROME_BROWSER_BROWSING_DATA_QUOTA_HELPER_IMPL_H_ |
+#endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_QUOTA_HELPER_IMPL_H_ |