| Index: third_party/WebKit/Source/web/AssociatedURLLoader.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
|
| index 6ec516323fbf9a0b248b68f046f292540cc6f674..69295f92dc14dfefaaec97977c27bf7bbf18ae9b 100644
|
| --- a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
|
| +++ b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
|
| @@ -112,7 +112,7 @@ const HTTPHeaderSet& HTTPResponseHeaderValidator::blockedHeaders()
|
| return m_blockedHeaders;
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| // This class bridges the interface differences between WebCore and WebKit loader clients.
|
| // It forwards its ThreadableLoaderClient notifications to a WebURLLoaderClient.
|
|
|