diff options
Diffstat (limited to 'chrome/browser/gtk/gtk_chrome_cookie_view.h')
-rw-r--r-- | chrome/browser/gtk/gtk_chrome_cookie_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/gtk_chrome_cookie_view.h b/chrome/browser/gtk/gtk_chrome_cookie_view.h index 2716eeb..ce157bf 100644 --- a/chrome/browser/gtk/gtk_chrome_cookie_view.h +++ b/chrome/browser/gtk/gtk_chrome_cookie_view.h @@ -141,7 +141,7 @@ void gtk_chrome_cookie_view_display_local_storage( // Switches the display to showing the passed in app cache. void gtk_chrome_cookie_view_display_app_cache( GtkChromeCookieView* widget, - const BrowsingDataAppCacheHelper::AppCacheInfo& info); + const appcache::AppCacheInfo& info); // Switches the display to an individual storage item. void gtk_chrome_cookie_view_display_local_storage_item( |