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

Unified Diff: runtime/vm/code_observers.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/vm/code_generator_test.cc ('k') | runtime/vm/code_observers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_observers.h
diff --git a/runtime/vm/code_observers.h b/runtime/vm/code_observers.h
index 1718d3944c457476863d315b7ab84f1aba8c7b55..586459695544e23d1a292bfb5fc60ea5830e51da 100644
--- a/runtime/vm/code_observers.h
+++ b/runtime/vm/code_observers.h
@@ -5,8 +5,8 @@
#ifndef RUNTIME_VM_CODE_OBSERVERS_H_
#define RUNTIME_VM_CODE_OBSERVERS_H_
-#include "vm/globals.h"
#include "vm/allocation.h"
+#include "vm/globals.h"
namespace dart {
@@ -38,7 +38,6 @@ class CodeObserver {
DISALLOW_COPY_AND_ASSIGN(CodeObserver);
};
-
class CodeObservers : public AllStatic {
public:
static void InitOnce();
« no previous file with comments | « runtime/vm/code_generator_test.cc ('k') | runtime/vm/code_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698