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

Unified Diff: chrome/browser/ui/gtk/gtk_chrome_cookie_view.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/gtk/gtk_chrome_cookie_view.h
diff --git a/chrome/browser/ui/gtk/gtk_chrome_cookie_view.h b/chrome/browser/ui/gtk/gtk_chrome_cookie_view.h
index d55a8eed0ddcbb4c1c69a2a968afc73df8f462ba..013b3ebeb3e65e875767172e2ba3b0901cc4ec5c 100644
--- a/chrome/browser/ui/gtk/gtk_chrome_cookie_view.h
+++ b/chrome/browser/ui/gtk/gtk_chrome_cookie_view.h
@@ -169,7 +169,7 @@ void gtk_chrome_cookie_view_display_app_cache(
// Switches the display to showing the passed in IndexedDB data.
void gtk_chrome_cookie_view_display_indexed_db(
GtkChromeCookieView* widget,
- const BrowsingDataIndexedDBHelper::IndexedDBInfo& info);
+ const content::IndexedDBInfo& info);
// Switches the display to an individual storage item.
void gtk_chrome_cookie_view_display_local_storage_item(
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm ('k') | chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698