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

Unified Diff: webkit/child/websocketstreamhandle_bridge.h

Issue 20188002: Move websocketstreamhandle_bridge.h out of webkit/glue/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months 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/child/socket_stream_dispatcher.cc ('k') | webkit/child/websocketstreamhandle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/websocketstreamhandle_bridge.h
diff --git a/webkit/glue/websocketstreamhandle_bridge.h b/webkit/child/websocketstreamhandle_bridge.h
similarity index 84%
rename from webkit/glue/websocketstreamhandle_bridge.h
rename to webkit/child/websocketstreamhandle_bridge.h
index c1712cb20014047c628158d00398ffde7ee6c86d..0de4265a338b00ce517be0d38ecb9b4369b0842f 100644
--- a/webkit/glue/websocketstreamhandle_bridge.h
+++ b/webkit/child/websocketstreamhandle_bridge.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 WEBKIT_GLUE_WEBSOCKETSTREAMHANDLE_BRIDGE_H_
-#define WEBKIT_GLUE_WEBSOCKETSTREAMHANDLE_BRIDGE_H_
+#ifndef WEBKIT_CHILD_WEBSOCKETSTREAMHANDLE_BRIDGE_H_
+#define WEBKIT_CHILD_WEBSOCKETSTREAMHANDLE_BRIDGE_H_
#include <vector>
@@ -40,4 +40,4 @@ class WebSocketStreamHandleBridge
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_WEBSOCKETSTREAMHANDLE_BRIDGE_H_
+#endif // WEBKIT_CHILD_WEBSOCKETSTREAMHANDLE_BRIDGE_H_
« no previous file with comments | « content/child/socket_stream_dispatcher.cc ('k') | webkit/child/websocketstreamhandle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698