| Index: tools/metrics/histograms/print_style.py | 
| diff --git a/tools/metrics/histograms/print_style.py b/tools/metrics/histograms/print_style.py | 
| index e09f762ad8930ebc33e174f1a8a347459e2a8b8b..ab00d7848a76b6df8499231fcec7b01aaa9b5ff6 100644 | 
| --- a/tools/metrics/histograms/print_style.py | 
| +++ b/tools/metrics/histograms/print_style.py | 
| @@ -7,9 +7,8 @@ | 
| import os | 
| import sys | 
|  | 
| -# Import the metrics/common module for pretty print xml. | 
| -sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'common')) | 
| -import pretty_print_xml | 
| +sys.path.append(os.path.join(os.path.dirname(__file__), '..'))  # tools/metrics | 
| +from common import pretty_print_xml | 
|  | 
| # Desired order for tag attributes; attributes listed here will appear first, | 
| # and in the same order as in these lists. | 
|  |