summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options/geolocation_exceptions_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/options/geolocation_exceptions_view.cc')
-rw-r--r--chrome/browser/views/options/geolocation_exceptions_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/options/geolocation_exceptions_view.cc b/chrome/browser/views/options/geolocation_exceptions_view.cc
index 336e9bb..869fcbb 100644
--- a/chrome/browser/views/options/geolocation_exceptions_view.cc
+++ b/chrome/browser/views/options/geolocation_exceptions_view.cc
@@ -155,9 +155,9 @@ void GeolocationExceptionsView::Init() {
UpdateButtonState();
}
-GeolocationContentSettingsTableModel::Rows
+GeolocationExceptionsTableModel::Rows
GeolocationExceptionsView::GetSelectedRows() const {
- GeolocationContentSettingsTableModel::Rows rows;
+ GeolocationExceptionsTableModel::Rows rows;
for (views::TableView::iterator i(table_->SelectionBegin());
i != table_->SelectionEnd(); ++i)
rows.insert(*i);