| Index: chrome/browser/resources/net_internals/cros_log_analyzer_view.html
|
| diff --git a/chrome/browser/resources/net_internals/cros_log_analyzer_view.html b/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
|
| index a23543c5458e0003bb1a5851d5d4d40a5fa58d26..4c18f5c536bd5fc435fd7086f65214f15ff036e8 100644
|
| --- a/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
|
| +++ b/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
|
| @@ -5,8 +5,10 @@
|
| </div>
|
| <div id='cros-log-analyzer-search-container'
|
| class='cros-log-analyzer-container'>
|
| - Search:
|
| - <input type='text' id='cros-log-analyzer-search-input'>
|
| + <label>
|
| + Search:
|
| + <input type='text' id='cros-log-analyzer-search-input'>
|
| + </label>
|
| <span id='cros-log-analyzer-save-btn'>Save</span>
|
| </div>
|
| <table id="cros-log-analyzer-log-header-table"
|
|
|