summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/location/location_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/location/location_manager.cc')
-rw-r--r--chrome/browser/extensions/api/location/location_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/location/location_manager.cc b/chrome/browser/extensions/api/location/location_manager.cc
index 95579a3..d07591c 100644
--- a/chrome/browser/extensions/api/location/location_manager.cc
+++ b/chrome/browser/extensions/api/location/location_manager.cc
@@ -15,12 +15,12 @@
#include "chrome/browser/extensions/extension_system.h"
#include "chrome/common/extensions/api/location.h"
#include "chrome/common/extensions/extension.h"
-#include "chrome/common/extensions/permissions/permission_set.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/geolocation_provider.h"
#include "content/public/browser/notification_details.h"
#include "content/public/browser/notification_source.h"
#include "content/public/common/geoposition.h"
+#include "extensions/common/permissions/permission_set.h"
using content::BrowserThread;