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

Unified Diff: content/renderer/renderer_main_platform_delegate.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/renderer_main_platform_delegate.h
diff --git a/content/renderer/renderer_main_platform_delegate.h b/content/renderer/renderer_main_platform_delegate.h
index 8d2f8ed96ba54984db22520b252ab0901dc5fa49..f51644a78fa9a4deac9176e6c4720ed75b2104cb 100644
--- a/content/renderer/renderer_main_platform_delegate.h
+++ b/content/renderer/renderer_main_platform_delegate.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 CHROME_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
-#define CHROME_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
+#ifndef CONTENT_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
+#define CONTENT_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
#include "build/build_config.h"
@@ -50,4 +50,4 @@ class CONTENT_EXPORT RendererMainPlatformDelegate {
} // namespace content
-#endif // CHROME_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
+#endif // CONTENT_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
« no previous file with comments | « content/renderer/pepper/v8_var_converter.h ('k') | content/renderer/scheduler/renderer_task_queue_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698