Index: content/browser/renderer_host/pepper/pepper_udp_socket.h |
diff --git a/content/browser/renderer_host/pepper_udp_socket.h b/content/browser/renderer_host/pepper/pepper_udp_socket.h |
similarity index 89% |
rename from content/browser/renderer_host/pepper_udp_socket.h |
rename to content/browser/renderer_host/pepper/pepper_udp_socket.h |
index a90e99f8bb77fab77433193709c2e1711c642217..b905e429a689f33f2a79f270a860dec47a05a20f 100644 |
--- a/content/browser/renderer_host/pepper_udp_socket.h |
+++ b/content/browser/renderer_host/pepper/pepper_udp_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_UDP_SOCKET_H_ |
-#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_UDP_SOCKET_H_ |
+#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_UDP_SOCKET_H_ |
+#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_UDP_SOCKET_H_ |
#pragma once |
#include <string> |
@@ -64,4 +64,4 @@ class PepperUDPSocket { |
DISALLOW_COPY_AND_ASSIGN(PepperUDPSocket); |
}; |
-#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_UDP_SOCKET_H_ |
+#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_UDP_SOCKET_H_ |