Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | |
| 5 namespace blink { | |
|
rjkroege
2016/02/19 19:06:32
The purpose of this file needs a comment.
The use
spang
2016/02/22 19:42:55
Just to be clear, the blink thing is a false posit
| |
| 6 void genThing(); | |
| 7 } | |
| OLD | NEW |