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

Unified Diff: device/geolocation/public/interfaces/geolocation.mojom

Issue 2201883003: Geolocation: move mojom from WebKit to device/geolocation/public/interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ortuno@s and rockot@s comments, tiny rebase Created 4 years, 4 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: device/geolocation/public/interfaces/geolocation.mojom
diff --git a/third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom b/device/geolocation/public/interfaces/geolocation.mojom
similarity index 99%
rename from third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom
rename to device/geolocation/public/interfaces/geolocation.mojom
index 165192321e8d1c65463122bb3304edb77df26540..b2643c94bfe0620d04f75df83675d8f572f64183 100644
--- a/third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom
+++ b/device/geolocation/public/interfaces/geolocation.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module blink.mojom;
+module device.mojom;
// A Geoposition represents a position fix. It was originally derived from:
// http://gears.googlecode.com/svn/trunk/gears/geolocation/geolocation.h

Powered by Google App Engine
This is Rietveld 408576698