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

Unified Diff: runtime/bin/log.h

Issue 1800863002: Cleanup in //runtime/bin (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Windows fixes Created 4 years, 9 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: runtime/bin/log.h
diff --git a/runtime/bin/log.h b/runtime/bin/log.h
index 10629d591059043c7dcd3fde873107e5efa1bb98..51a43797e4defd333c77db794f15cbc5ca83ca3a 100644
--- a/runtime/bin/log.h
+++ b/runtime/bin/log.h
@@ -9,7 +9,6 @@
#include "platform/globals.h"
-
namespace dart {
namespace bin {
@@ -34,6 +33,7 @@ class Log {
static void VPrintErr(const char* format, va_list args);
+ private:
DISALLOW_ALLOCATION();
DISALLOW_IMPLICIT_CONSTRUCTORS(Log);
};

Powered by Google App Engine
This is Rietveld 408576698