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

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

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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
Index: content/renderer/pepper/resource_converter.h
diff --git a/content/renderer/pepper/resource_converter.h b/content/renderer/pepper/resource_converter.h
index d669e7464b4ad094dc4fb0eb3eea10bc0e92c990..c46a10e96235ad0d3c175f6538790088fb3d7a12 100644
--- a/content/renderer/pepper/resource_converter.h
+++ b/content/renderer/pepper/resource_converter.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_RENDERER_PEPPER_RESOURCE_CONVERTER_H
-#define CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H
+#ifndef CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H_
+#define CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H_
#include <vector>
@@ -107,4 +107,4 @@ class ResourceConverterImpl : public ResourceConverter {
};
} // namespace content
-#endif // CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H
+#endif // CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H_
« no previous file with comments | « content/renderer/pepper/renderer_restrict_dispatch_group.h ('k') | content/renderer/pepper/url_request_info_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698