| Index: content/browser/websocket/websocket_blob_sender.h
|
| diff --git a/content/browser/renderer_host/websocket_blob_sender.h b/content/browser/websocket/websocket_blob_sender.h
|
| similarity index 95%
|
| rename from content/browser/renderer_host/websocket_blob_sender.h
|
| rename to content/browser/websocket/websocket_blob_sender.h
|
| index d8131ad06cd3b3c700d9c3311570164a27735480..0b2c1ed8e5864675434cc01ee29976c471435426 100644
|
| --- a/content/browser/renderer_host/websocket_blob_sender.h
|
| +++ b/content/browser/websocket/websocket_blob_sender.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_RENDERER_HOST_WEBSOCKET_BLOB_SENDER_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_WEBSOCKET_BLOB_SENDER_H_
|
| +#ifndef CONTENT_BROWSER_WEBSOCKET_WEBSOCKET_BLOB_SENDER_H_
|
| +#define CONTENT_BROWSER_WEBSOCKET_WEBSOCKET_BLOB_SENDER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -137,4 +137,4 @@ class CONTENT_EXPORT WebSocketBlobSender final {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_WEBSOCKET_BLOB_SENDER_H_
|
| +#endif // CONTENT_BROWSER_WEBSOCKET_WEBSOCKET_BLOB_SENDER_H_
|
|
|