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

Unified Diff: cc/test/layer_tree_test.cc

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 5a56c14182daf147ee36e62e8405069825775348..7726142d229e510ec93a0e6e72e046db5ce3c3ad 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -320,7 +320,7 @@ LayerTreeTest::~LayerTreeTest() {}
void LayerTreeTest::EndTest() {
// For the case where we EndTest during BeginTest(), set a flag to indicate
- // that the test should end the second beginTest regains control.
+ // that the test should end the second BeginTest regains control.
if (beginning_) {
end_when_begin_returns_ = true;
} else if (proxy()) {

Powered by Google App Engine
This is Rietveld 408576698