Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1337)

Unified Diff: content/browser/geolocation/core_location_data_provider_mac.mm

Issue 6591034: Move core pieces of geolocation from chrome to content.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix Linux build Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/geolocation/core_location_data_provider_mac.mm
===================================================================
--- content/browser/geolocation/core_location_data_provider_mac.mm (revision 0)
+++ content/browser/geolocation/core_location_data_provider_mac.mm (working copy)
@@ -9,11 +9,12 @@
// thread with an active NSRunLoop. Currently only the UI thread appears to
// fill that requirement.
-#include "chrome/browser/geolocation/core_location_data_provider_mac.h"
-#include "chrome/browser/geolocation/core_location_provider_mac.h"
-#include "chrome/browser/geolocation/geolocation_provider.h"
+#include "content/browser/geolocation/core_location_data_provider_mac.h"
+
#include "base/logging.h"
#include "base/time.h"
+#include "content/browser/geolocation/core_location_provider_mac.h"
+#include "content/browser/geolocation/geolocation_provider.h"
// A few required declarations since the CoreLocation headers are not available
// with the Mac OS X 10.5 SDK.

Powered by Google App Engine
This is Rietveld 408576698