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

Unified Diff: Source/modules/geofencing/GeofencingError.h

Issue 1106263003: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/modules/geofencing/Geofencing.cpp ('k') | Source/modules/indexeddb/WebIDBCallbacksImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geofencing/GeofencingError.h
diff --git a/Source/modules/geofencing/GeofencingError.h b/Source/modules/geofencing/GeofencingError.h
index 8fc5b5e25a8d247a1363b5437231aa834c6e635b..06b90b686ec402defc1506ab51c7616cbeb56c1c 100644
--- a/Source/modules/geofencing/GeofencingError.h
+++ b/Source/modules/geofencing/GeofencingError.h
@@ -17,7 +17,7 @@ class GeofencingError {
WTF_MAKE_NONCOPYABLE(GeofencingError);
public:
// For CallbackPromiseAdapter.
- typedef blink::WebGeofencingError WebType;
+ typedef WebGeofencingError WebType;
static DOMException* take(ScriptPromiseResolver*, WebType* webErrorRaw);
static void dispose(WebType* webErrorRaw);
« no previous file with comments | « Source/modules/geofencing/Geofencing.cpp ('k') | Source/modules/indexeddb/WebIDBCallbacksImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698