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

Unified Diff: cc/test/fake_layer_tree_host_client.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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 | « cc/test/fake_graphics_context.h ('k') | cc/test/fake_web_compositor_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_client.h
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
index 2cdf93c734680e8e529f1d5f8bb43b394e4650e3..814049535b4e3d474bf5be4cf967fc2fd35b63a5 100644
--- a/cc/test/fake_layer_tree_host_client.h
+++ b/cc/test/fake_layer_tree_host_client.h
@@ -1,8 +1,8 @@
// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef FakeCCLayerTreeHostClient_h
-#define FakeCCLayerTreeHostClient_h
+#ifndef CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_
+#define CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_
#include "config.h"
@@ -35,4 +35,4 @@ public:
};
}
-#endif // FakeCCLayerTreeHostClient_h
+#endif // CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_
« no previous file with comments | « cc/test/fake_graphics_context.h ('k') | cc/test/fake_web_compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698