Index: content/renderer/pepper/pepper_in_process_router.h |
diff --git a/content/renderer/pepper/pepper_in_process_router.h b/content/renderer/pepper/pepper_in_process_router.h |
index 2a17b6f394521c65ead915f40e498ccbd3eff034..b2c99b1af0d008a86ca2cd928d3cd4c23ce70679 100644 |
--- a/content/renderer/pepper/pepper_in_process_router.h |
+++ b/content/renderer/pepper/pepper_in_process_router.h |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef CONTENT_RENDERER_PEPPER_PEPPER_IN_PROCESS_ROUTER_H_ |
+#define CONTENT_RENDERER_PEPPER_PEPPER_IN_PROCESS_ROUTER_H_ |
+ |
#include <memory> |
#include "base/callback.h" |
@@ -102,3 +105,5 @@ class PepperInProcessRouter { |
}; |
} // namespace content |
+ |
+#endif // CONTENT_RENDERER_PEPPER_PEPPER_IN_PROCESS_ROUTER_H_ |