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

Unified Diff: components/content_settings/core/browser/local_shared_objects_counter.h

Issue 640733002: Move local_shared_objects_counter.h to content_settings component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « components/content_settings/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/content_settings/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698