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

Unified Diff: content/renderer/geolocation_dispatcher.h

Issue 1832813002: Add mojom module suffix in .mojom files in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tom's comment Created 4 years, 9 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/renderer/geolocation_dispatcher.h
diff --git a/content/renderer/geolocation_dispatcher.h b/content/renderer/geolocation_dispatcher.h
index 0c3b4d0d14467803e1079ef4b25876e7e1b1aa84..e9cce388cb5a4c3856c976f0b1ebd9b2854644ba 100644
--- a/content/renderer/geolocation_dispatcher.h
+++ b/content/renderer/geolocation_dispatcher.h
@@ -48,7 +48,8 @@ class GeolocationDispatcher
void OnPositionUpdate(mojom::MojoGeopositionPtr geoposition);
// Permission for using geolocation has been set.
- void OnPermissionSet(int permission_request_id, PermissionStatus status);
+ void OnPermissionSet(int permission_request_id,
+ mojom::PermissionStatus status);
scoped_ptr<blink::WebGeolocationController> controller_;
@@ -56,7 +57,7 @@ class GeolocationDispatcher
pending_permissions_;
mojom::GeolocationServicePtr geolocation_service_;
bool enable_high_accuracy_;
- PermissionServicePtr permission_service_;
+ mojom::PermissionServicePtr permission_service_;
};
} // namespace content
« no previous file with comments | « content/renderer/dom_storage/local_storage_cached_areas.cc ('k') | content/renderer/geolocation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698