Index: chrome/browser/geolocation/geolocation_permission_context.cc |
=================================================================== |
--- chrome/browser/geolocation/geolocation_permission_context.cc (revision 71345) |
+++ chrome/browser/geolocation/geolocation_permission_context.cc (working copy) |
@@ -4,6 +4,9 @@ |
#include "chrome/browser/geolocation/geolocation_permission_context.h" |
+#include <string> |
+#include <vector> |
+ |
#include "app/l10n_util.h" |
#include "app/resource_bundle.h" |
#include "base/utf_string_conversions.h" |
@@ -20,7 +23,6 @@ |
#include "chrome/browser/tab_contents/infobar_delegate.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tab_contents/tab_util.h" |
-#include "chrome/browser/ui/browser.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
@@ -419,7 +421,7 @@ |
} else if (content_setting == CONTENT_SETTING_ALLOW) { |
NotifyPermissionSet(render_process_id, render_view_id, bridge_id, |
requesting_frame, true); |
- } else { // setting == ask. Prompt the user. |
+ } else { // setting == ask. Prompt the user. |
geolocation_infobar_queue_controller_->CreateInfoBarRequest( |
render_process_id, render_view_id, bridge_id, requesting_frame, |
embedder); |