| Index: Source/platform/network/ResourceError.h
|
| diff --git a/Source/platform/network/ResourceError.h b/Source/platform/network/ResourceError.h
|
| index b4b0a044da68cedc43df13bb6822661830d5600b..36868ae5afcd80afcc550939136435c2b0efcb4a 100644
|
| --- a/Source/platform/network/ResourceError.h
|
| +++ b/Source/platform/network/ResourceError.h
|
| @@ -30,7 +30,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PLATFORM_EXPORT extern const char errorDomainBlinkInternal[]; // Used for errors that won't be exposed to clients.
|
|
|
| @@ -93,6 +93,6 @@ private:
|
| inline bool operator==(const ResourceError& a, const ResourceError& b) { return ResourceError::compare(a, b); }
|
| inline bool operator!=(const ResourceError& a, const ResourceError& b) { return !(a == b); }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ResourceError_h
|
|
|