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

Unified Diff: third_party/WebKit/Source/modules/budget/BudgetState.cpp

Issue 2231873002: Added budget_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@budget_api
Patch Set: Converted BudgetChunk dictionary to BudgetState interface and other code review updates Created 4 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698