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

Unified Diff: runtime/bin/thread.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/bin/sync_socket_win.cc ('k') | runtime/bin/thread_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/thread.h
diff --git a/runtime/bin/thread.h b/runtime/bin/thread.h
index 6b804441abbf13e14b4946bd8ec95c81f58c87d3..8e31cb60aaf9760cb7fcc345d65302dae25845a9 100644
--- a/runtime/bin/thread.h
+++ b/runtime/bin/thread.h
@@ -12,8 +12,8 @@ namespace bin {
class Thread;
class Mutex;
class Monitor;
-}
-}
+} // namespace bin
+} // namespace dart
// Declare the OS-specific types ahead of defining the generic classes.
#if defined(HOST_OS_ANDROID)
@@ -63,7 +63,6 @@ class Thread {
DISALLOW_IMPLICIT_CONSTRUCTORS(Thread);
};
-
class Mutex {
public:
Mutex();
@@ -79,7 +78,6 @@ class Mutex {
DISALLOW_COPY_AND_ASSIGN(Mutex);
};
-
class Monitor {
public:
enum WaitResult { kNotified, kTimedOut };
@@ -109,5 +107,4 @@ class Monitor {
} // namespace bin
} // namespace dart
-
#endif // RUNTIME_BIN_THREAD_H_
« no previous file with comments | « runtime/bin/sync_socket_win.cc ('k') | runtime/bin/thread_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698