Index: chrome/browser/browsing_data/local_data_container.h |
diff --git a/chrome/browser/local_data_container.h b/chrome/browser/browsing_data/local_data_container.h |
similarity index 87% |
rename from chrome/browser/local_data_container.h |
rename to chrome/browser/browsing_data/local_data_container.h |
index 6e71190c8139115427b85b1fe8033005d9a168e1..67edf7c29d3d16e6a45f499ee49e7f7a66b74671 100644 |
--- a/chrome/browser/local_data_container.h |
+++ b/chrome/browser/browsing_data/local_data_container.h |
@@ -2,20 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_LOCAL_DATA_CONTAINER_H_ |
-#define CHROME_BROWSER_LOCAL_DATA_CONTAINER_H_ |
+#ifndef CHROME_BROWSER_BROWSING_DATA_LOCAL_DATA_CONTAINER_H_ |
+#define CHROME_BROWSER_BROWSING_DATA_LOCAL_DATA_CONTAINER_H_ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/string16.h" |
-#include "chrome/browser/browsing_data_appcache_helper.h" |
-#include "chrome/browser/browsing_data_cookie_helper.h" |
-#include "chrome/browser/browsing_data_database_helper.h" |
-#include "chrome/browser/browsing_data_file_system_helper.h" |
-#include "chrome/browser/browsing_data_indexed_db_helper.h" |
-#include "chrome/browser/browsing_data_local_storage_helper.h" |
-#include "chrome/browser/browsing_data_quota_helper.h" |
-#include "chrome/browser/browsing_data_server_bound_cert_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_appcache_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_database_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_file_system_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_local_storage_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_quota_helper.h" |
+#include "chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.h" |
#include "net/base/server_bound_cert_store.h" |
class LocalDataContainer; |
@@ -138,4 +138,4 @@ class LocalDataContainer { |
DISALLOW_COPY_AND_ASSIGN(LocalDataContainer); |
}; |
-#endif // CHROME_BROWSER_LOCAL_DATA_CONTAINER_H_ |
+#endif // CHROME_BROWSER_BROWSING_DATA_LOCAL_DATA_CONTAINER_H_ |