Index: components/content_settings/core/browser/local_shared_objects_counter.h |
diff --git a/chrome/browser/content_settings/local_shared_objects_counter.h b/components/content_settings/core/browser/local_shared_objects_counter.h |
similarity index 69% |
rename from chrome/browser/content_settings/local_shared_objects_counter.h |
rename to components/content_settings/core/browser/local_shared_objects_counter.h |
index 06acef6f9d3c961083500258c353a98dbf6cb097..161b85b9e191fd033d89b9d76dc5e38213bb0a9d 100644 |
--- a/chrome/browser/content_settings/local_shared_objects_counter.h |
+++ b/components/content_settings/core/browser/local_shared_objects_counter.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_CONTENT_SETTINGS_LOCAL_SHARED_OBJECTS_COUNTER_H_ |
-#define CHROME_BROWSER_CONTENT_SETTINGS_LOCAL_SHARED_OBJECTS_COUNTER_H_ |
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_LOCAL_SHARED_OBJECTS_COUNTER_H_ |
+#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_LOCAL_SHARED_OBJECTS_COUNTER_H_ |
class GURL; |
@@ -21,4 +21,4 @@ class LocalSharedObjectsCounter { |
DISALLOW_COPY_AND_ASSIGN(LocalSharedObjectsCounter); |
}; |
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_LOCAL_SHARED_OBJECTS_COUNTER_H_ |
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_LOCAL_SHARED_OBJECTS_COUNTER_H_ |