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

Unified Diff: content/renderer/pepper/pepper_in_process_router.h

Issue 2759103002: Add include guards to header files in content missing them (Closed)
Patch Set: Better name for include guards Created 3 years, 9 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/image_decoder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/child/image_decoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698