Index: content/browser/renderer_host/pepper/pepper_tcp_server_socket.h |
diff --git a/content/browser/renderer_host/pepper_tcp_server_socket.h b/content/browser/renderer_host/pepper/pepper_tcp_server_socket.h |
similarity index 88% |
rename from content/browser/renderer_host/pepper_tcp_server_socket.h |
rename to content/browser/renderer_host/pepper/pepper_tcp_server_socket.h |
index 27a4e2f36e22f165ecad903a0ad901e82d4c81bb..6c36db880c42fa85d8fff71dd4ea54b1083a023e 100644 |
--- a/content/browser/renderer_host/pepper_tcp_server_socket.h |
+++ b/content/browser/renderer_host/pepper/pepper_tcp_server_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_SERVER_SOCKET_H_ |
-#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_TCP_SERVER_SOCKET_H_ |
+#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_TCP_SERVER_SOCKET_H_ |
+#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_TCP_SERVER_SOCKET_H_ |
#pragma once |
#include "base/basictypes.h" |
@@ -65,4 +65,4 @@ class PepperTCPServerSocket { |
DISALLOW_COPY_AND_ASSIGN(PepperTCPServerSocket); |
}; |
-#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_TCP_SERVER_SOCKET_H_ |
+#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_TCP_SERVER_SOCKET_H_ |