Chromium Code Reviews| Index: third_party/WebKit/Source/modules/budget/BudgetState.cpp |
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/third_party/WebKit/Source/modules/budget/BudgetState.cpp |
| similarity index 67% |
| copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h |
| copy to third_party/WebKit/Source/modules/budget/BudgetState.cpp |
| index 900b65c4cc4d0a285729491e4d03ed6f3a52b0f3..6c336b4fcf2baab79b45c68433b4d83afd0af1e2 100644 |
| --- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h |
| +++ b/third_party/WebKit/Source/modules/budget/BudgetState.cpp |
| @@ -2,10 +2,12 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include "modules/budget/BudgetState.h" |
| + |
| namespace blink { |
| -void genThing(); |
| -class GenClass { |
| - virtual void genMethod() {} |
| -}; |
| +BudgetState::BudgetState() |
|
Peter Beverloo
2016/08/22 17:57:55
This would leave m_budgetAt and m_time uninitializ
harkness
2016/08/23 09:38:18
Done.
|
| +{ |
| } |
| + |
| +} // namespace blink |