Index: content/browser/renderer_host/pepper/pepper_tcp_socket.h |
diff --git a/content/browser/renderer_host/pepper_tcp_socket.h b/content/browser/renderer_host/pepper/pepper_tcp_socket.h |
similarity index 94% |
rename from content/browser/renderer_host/pepper_tcp_socket.h |
rename to content/browser/renderer_host/pepper/pepper_tcp_socket.h |
index e3afcc03560cf2c55c6a5e1bf21106893e28255b..769691abacea31ad1f2935378801cb1952903a22 100644 |
--- a/content/browser/renderer_host/pepper_tcp_socket.h |
+++ b/content/browser/renderer_host/pepper/pepper_tcp_socket.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_PEPPER_TCP_SOCKET_H_ |
-#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_TCP_SOCKET_H_ |
+#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_TCP_SOCKET_H_ |
+#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_TCP_SOCKET_H_ |
#pragma once |
#include <string> |
@@ -121,4 +121,4 @@ class PepperTCPSocket { |
DISALLOW_COPY_AND_ASSIGN(PepperTCPSocket); |
}; |
-#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_TCP_SOCKET_H_ |
+#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_TCP_SOCKET_H_ |