Simplify LogImpl a bit.
Make it take a function to print messages, rather than a FILE*. (Note:
If it gets any more complicated, LogImpl should take a delegate instead,
but that seems like overkill for now.)
R=vardhan@google.com
Review URL: https://codereview.chromium.org/1928613002 .
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8b1f732..abde026 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -646,7 +646,7 @@
r"^examples/.*$",
r"^mojo/edk/util/logging_internal\.cc$",
r"^mojo/nacl/sfi/nacl_bindings/mojo_syscall\.cc$",
- r"^services/log/log_impl\.cc$",
+ r"^services/log/main\.cc$",
r"^shell/application_manager/network_fetcher\.cc$",
r"^shell/tracer\.cc$",
r"^sandbox/linux/.*",