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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerError.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/modules/serviceworkers/ServiceWorkerError.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h
index 1c29ea5e6db1d1b5459ab751ed7441e10195238b..276eb1348817cfa2b069e2aa4b2f3d61d10b7781 100644
--- a/Source/modules/serviceworkers/ServiceWorkerError.h
+++ b/Source/modules/serviceworkers/ServiceWorkerError.h
@@ -40,7 +40,7 @@ namespace WebCore {
class ServiceWorkerError {
public:
// For CallbackPromiseAdapter
- typedef WebKit::WebServiceWorkerError WebType;
+ typedef blink::WebServiceWorkerError WebType;
static PassRefPtr<DOMError> from(WebType* webErrorRaw)
{
OwnPtr<WebType> webError = adoptPtr(webErrorRaw);
@@ -49,7 +49,7 @@ public:
}
private:
- static String errorString(WebKit::WebServiceWorkerError::ErrorType);
+ static String errorString(blink::WebServiceWorkerError::ErrorType);
WTF_MAKE_NONCOPYABLE(ServiceWorkerError);
ServiceWorkerError() WTF_DELETED_FUNCTION;
};
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorker.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698