| Index: chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details.h b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| index e76d0d1dc236ccb0377b3b3b9ec72b4c2d1007e0..85ad46dccac00c1f906a564e0bfabca7c303077c 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| +++ b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/browser/browsing_data/browsing_data_database_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 "webkit/browser/appcache/appcache_service.h"
|
| +#include "content/public/browser/appcache_service.h"
|
|
|
| class CookieTreeNode;
|
|
|
| @@ -184,7 +184,7 @@ enum CocoaCookieDetailsType {
|
| // -initWithAppCacheInfo: creates a cookie details with the manifest URL plus
|
| // all of this additional information that is available after an appcache is
|
| // actually created, including its creation date, size and last accessed time.
|
| -- (id)initWithAppCacheInfo:(const appcache::AppCacheInfo*)appcacheInfo;
|
| +- (id)initWithAppCacheInfo:(const content::AppCacheInfo*)appcacheInfo;
|
|
|
| // Used for local storage details in the cookie prompt dialog.
|
| - (id)initWithLocalStorage:(const std::string&)domain
|
|
|