Chromium Code Reviews| Index: remoting/base/util.h |
| diff --git a/remoting/base/util.h b/remoting/base/util.h |
| index 3294ceebb03df9c3b66521106c14e0568a6a98f3..98ca95509e2d657542c0b23617248ee131301857 100644 |
| --- a/remoting/base/util.h |
| +++ b/remoting/base/util.h |
| @@ -13,6 +13,8 @@ |
| namespace remoting { |
| +enum { kBytesPerPixelRGB32 = 4 }; |
|
Sergey Ulanov
2016/07/20 23:51:39
I'd like to avoid using util.h in new code.
Maybe
|
| + |
| // Return a string that contains the current date formatted as 'MMDD/HHMMSS:'. |
| std::string GetTimestampString(); |