| 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(
|
|
|