| Index: chrome/test/mini_installer/entry.py
|
| diff --git a/chrome/test/mini_installer/entry.py b/chrome/test/mini_installer/entry.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..76ccbb8380cf7a8f411382eecd9656ca2f820bed
|
| --- /dev/null
|
| +++ b/chrome/test/mini_installer/entry.py
|
| @@ -0,0 +1,8 @@
|
| +# Copyright 2017 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +class Entry(object):
|
| + def __init__(self, variable_expander, visitor):
|
| + self._variable_expander = variable_expander
|
| + self._visitor = visitor
|
|
|