| Index: chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| diff --git a/chrome/browser/resources/safe_browsing/gen_file_type_proto.py b/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| index 6700142c0c7b5371fbc9fc7d015187c417b7207e..49cbf2230bcbe1d4fb70f43d07cdaa7017c4dcbe 100755
|
| --- a/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| +++ b/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| @@ -19,6 +19,7 @@ def ConvertProto(opts):
|
|
|
| import download_file_types_pb2 as config_pb2
|
| import google.protobuf.text_format as text_format
|
| + raise RuntimeError(text_format.__file__)
|
|
|
| # Read the ASCII
|
| ifile = open(opts.infile, 'r')
|
|
|