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

Unified Diff: runtime/bin/utils.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_win.cc ('k') | runtime/bin/utils_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/utils.h
diff --git a/runtime/bin/utils.h b/runtime/bin/utils.h
index 03c1578b02109914ff645c31eabf3ee8425648bf..b313ff1dd1e59a0762b40c33ecca58ecce0d4c47 100644
--- a/runtime/bin/utils.h
+++ b/runtime/bin/utils.h
@@ -51,7 +51,6 @@ class OSError {
DISALLOW_COPY_AND_ASSIGN(OSError);
};
-
class StringUtils {
public:
// The following methods convert the argument if needed. The
@@ -87,7 +86,6 @@ class StringUtils {
DISALLOW_IMPLICIT_CONSTRUCTORS(StringUtils);
};
-
class ShellUtils {
public:
// Convert all the arguments to UTF8. On Windows, the arguments are
@@ -102,7 +100,6 @@ class ShellUtils {
DISALLOW_IMPLICIT_CONSTRUCTORS(ShellUtils);
};
-
class TimerUtils {
public:
static void InitOnce();
« no previous file with comments | « runtime/bin/thread_win.cc ('k') | runtime/bin/utils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698