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

Unified Diff: chrome/browser/ui/cocoa/content_settings/cookie_details.mm

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/ui/cocoa/content_settings/cookie_details.mm
diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details.mm b/chrome/browser/ui/cocoa/content_settings/cookie_details.mm
index 02f6f57a47d5ac0e784595f49ced511b05d0b563..3ae66b396b0a016cfa67a679e33df810d9f7d69c 100644
--- a/chrome/browser/ui/cocoa/content_settings/cookie_details.mm
+++ b/chrome/browser/ui/cocoa/content_settings/cookie_details.mm
@@ -11,7 +11,7 @@
#include "net/cookies/canonical_cookie.h"
#include "ui/base/l10n/l10n_util_mac.h"
#include "ui/base/text/bytes_formatting.h"
-#include "webkit/browser/appcache/appcache_service.h"
+#include "content/public/browser/appcache_service.h"
#pragma mark Cocoa Cookie Details
@@ -182,7 +182,7 @@
return self;
}
-- (id)initWithAppCacheInfo:(const appcache::AppCacheInfo*)appcacheInfo {
+- (id)initWithAppCacheInfo:(const content::AppCacheInfo*)appcacheInfo {
if ((self = [super init])) {
type_ = kCocoaCookieDetailsTypeTreeAppCache;
canEditExpiration_ = NO;

Powered by Google App Engine
This is Rietveld 408576698