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

Unified Diff: runtime/bin/thread_win.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/thread_macos.cc ('k') | runtime/bin/thread_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/thread_win.h
diff --git a/runtime/bin/thread_win.h b/runtime/bin/thread_win.h
index 85ab38f1a51e9298b3fca47b9c5ff82e02c5273a..cd14e4419253bdd3a00a4f94d6f758573ecaeec3 100644
--- a/runtime/bin/thread_win.h
+++ b/runtime/bin/thread_win.h
@@ -36,7 +36,6 @@ class ThreadInlineImpl {
DISALLOW_COPY_AND_ASSIGN(ThreadInlineImpl);
};
-
class MutexData {
private:
MutexData() {}
@@ -50,7 +49,6 @@ class MutexData {
DISALLOW_COPY_AND_ASSIGN(MutexData);
};
-
class MonitorWaitData {
public:
static void ThreadExit();
@@ -75,11 +73,9 @@ class MonitorWaitData {
friend class MonitorData;
friend class Thread;
-
DISALLOW_COPY_AND_ASSIGN(MonitorWaitData);
};
-
class MonitorData {
private:
MonitorData() {}
« no previous file with comments | « runtime/bin/thread_macos.cc ('k') | runtime/bin/thread_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698