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

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

Issue 13954002: Refactor IndexedDBInfo out of browsingdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix cocoa unit tests Created 7 years, 8 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.h
diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details.h b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
index 489ce30fd42a273207fca12f4b807da6b248644e..d78cfc58f1a903b42337b1db57a0ebf6fdbc68ff 100644
--- a/chrome/browser/ui/cocoa/content_settings/cookie_details.h
+++ b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
@@ -197,7 +197,7 @@ enum CocoaCookieDetailsType {
// Used for IndexedDB details in the cookie tree.
- (id)initWithIndexedDBInfo:
- (const BrowsingDataIndexedDBHelper::IndexedDBInfo*)indexedDB;
+ (const content::IndexedDBInfo*)indexedDB;
// A factory method to create a configured instance given a node from
// the cookie tree in |treeNode|.

Powered by Google App Engine
This is Rietveld 408576698