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

Unified Diff: content/common/socket_stream_handle_data.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « content/common/resource_messages.h ('k') | content/common/socket_stream_handle_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/socket_stream_handle_data.h
diff --git a/content/common/socket_stream_handle_data.h b/content/common/socket_stream_handle_data.h
index c339ec04cceb72dffe1f7285f3c65e6cbff4f102..470e9baa3edcf1d7fd4000a3cb5d9aed10876643 100644
--- a/content/common/socket_stream_handle_data.h
+++ b/content/common/socket_stream_handle_data.h
@@ -8,7 +8,7 @@
#include "base/supports_user_data.h"
#include "content_export.h"
-namespace WebKit {
+namespace blink {
class WebSocketStreamHandle;
}
@@ -24,12 +24,12 @@ class SocketStreamHandleData : public base::SupportsUserData::Data {
// Creates SocketStreamHandleData object with |render_view_id| and store it
// to |handle|.
static void AddToHandle(
- WebKit::WebSocketStreamHandle* handle, int render_view_id);
+ blink::WebSocketStreamHandle* handle, int render_view_id);
- // Retrieves the stored user data from WebKit::WebSocketStreamHandle object.
+ // Retrieves the stored user data from blink::WebSocketStreamHandle object.
// |handle| must actually be a WebSocketStreamHandleImpl object.
CONTENT_EXPORT static const SocketStreamHandleData* ForHandle(
- WebKit::WebSocketStreamHandle* handle);
+ blink::WebSocketStreamHandle* handle);
private:
explicit SocketStreamHandleData(int render_view_id)
« no previous file with comments | « content/common/resource_messages.h ('k') | content/common/socket_stream_handle_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698