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

Unified Diff: chrome/browser/content_settings/local_shared_objects_container.cc

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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
Index: chrome/browser/content_settings/local_shared_objects_container.cc
diff --git a/chrome/browser/content_settings/local_shared_objects_container.cc b/chrome/browser/content_settings/local_shared_objects_container.cc
index 086ffdce5d2db3912ce2a3fbd940af49f4e1ee6f..84b66f280761f8b832785f3de0a13b7b3026016c 100644
--- a/chrome/browser/content_settings/local_shared_objects_container.cc
+++ b/chrome/browser/content_settings/local_shared_objects_container.cc
@@ -168,8 +168,8 @@ size_t LocalSharedObjectsContainer::GetObjectCountForDomain(
for (OriginAppCacheInfoMap::const_iterator it = map.begin();
it != map.end();
++it) {
- const appcache::AppCacheInfoVector& info_vector = it->second;
- for (appcache::AppCacheInfoVector::const_iterator info =
+ const content::AppCacheInfoVector& info_vector = it->second;
+ for (content::AppCacheInfoVector::const_iterator info =
info_vector.begin();
info != info_vector.end();
++info) {

Powered by Google App Engine
This is Rietveld 408576698