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

Unified Diff: content/renderer/pepper/pepper_compositor_host.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
« no previous file with comments | « content/renderer/pepper/host_resource_var.h ('k') | content/renderer/pepper/pepper_platform_audio_output.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_compositor_host.h
diff --git a/content/renderer/pepper/pepper_compositor_host.h b/content/renderer/pepper/pepper_compositor_host.h
index 6de6d28614318cddca3de6d0376d2400ceb55e68..cd17aef4c9f4737f7f1c2f8db8c571e1b13fd1de 100644
--- a/content/renderer/pepper/pepper_compositor_host.h
+++ b/content/renderer/pepper/pepper_compositor_host.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_PEPPER_COMPOSITOR_H_
-#define CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_H_
+#ifndef CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_HOST_H_
+#define CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_HOST_H_
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -100,4 +100,4 @@ class PepperCompositorHost : public ppapi::host::ResourceHost {
} // namespace content
-#endif // CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_H_
+#endif // CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_HOST_H_
« no previous file with comments | « content/renderer/pepper/host_resource_var.h ('k') | content/renderer/pepper/pepper_platform_audio_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698