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

Unified Diff: content/test/fake_compositor_dependencies.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/shell/renderer/test_runner/web_test_runner.h ('k') | content/test/fileapi_test_file_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_compositor_dependencies.h
diff --git a/content/test/fake_compositor_dependencies.h b/content/test/fake_compositor_dependencies.h
index 8e23ba465f63a46919ec4f27ca406ecad4dcb726..935c610f6a5d4676f759169c1982c445b8e4bd1a 100644
--- a/content/test/fake_compositor_dependencies.h
+++ b/content/test/fake_compositor_dependencies.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_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H__
-#define CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H__
+#ifndef CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H_
+#define CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H_
#include "cc/test/test_gpu_memory_buffer_manager.h"
#include "cc/test/test_shared_bitmap_manager.h"
@@ -55,4 +55,4 @@ class FakeCompositorDependencies : public CompositorDependencies {
} // namespace content
-#endif // CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H__
+#endif // CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H_
« no previous file with comments | « content/shell/renderer/test_runner/web_test_runner.h ('k') | content/test/fileapi_test_file_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698