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

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

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 years, 6 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.h
diff --git a/content/browser/geolocation/core_location_data_provider_mac.h b/content/browser/geolocation/core_location_data_provider_mac.h
index 10e791b73c4906b21f2c7dbf0d128853174d10fe..29204aa0d8c18a0173d78e6172b4dae5676bdb69 100644
--- a/content/browser/geolocation/core_location_data_provider_mac.h
+++ b/content/browser/geolocation/core_location_data_provider_mac.h
@@ -9,8 +9,8 @@
#ifndef CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
#define CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
+#include "base/mac/scoped_nsobject.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_nsobject.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/common/geoposition.h"
@@ -44,7 +44,7 @@ class CoreLocationDataProviderMac
void PositionUpdated(Geoposition position);
// The wrapper class that supplies this class with position data
- scoped_nsobject<CoreLocationWrapperMac> wrapper_;
+ base::scoped_nsobject<CoreLocationWrapperMac> wrapper_;
// The LocationProvider class that should receive position data
CoreLocationProviderMac* provider_;
};

Powered by Google App Engine
This is Rietveld 408576698