| Index: chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.cc b/chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| index 568c6baa8a076d03cf9904d2304002e9cd17725f..ee12e5867b59b9d26ca1b41cbc072e8308ba4410 100644
|
| --- a/chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| @@ -488,7 +488,7 @@ void CollectedCookiesGtk::AddExceptions(GtkTreeSelection* selection,
|
| Profile* profile =
|
| Profile::FromBrowserContext(web_contents_->GetBrowserContext());
|
| host_node->CreateContentException(
|
| - CookieSettings::Factory::GetForProfile(profile), setting);
|
| + CookieSettings::Factory::GetForProfile(profile).get(), setting);
|
| }
|
| }
|
| g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
|
|
|