| Index: chrome/browser/dom_ui/net_internals_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/net_internals_ui.cc (revision 48758)
|
| +++ chrome/browser/dom_ui/net_internals_ui.cc (working copy)
|
| @@ -581,8 +581,7 @@
|
| {
|
| DictionaryValue* dict = new DictionaryValue();
|
|
|
| - int i = 0;
|
| -#define SOURCE_TYPE(label) dict->SetInteger(ASCIIToWide(# label), i++);
|
| +#define SOURCE_TYPE(label, value) dict->SetInteger(ASCIIToWide(# label), value);
|
| #include "net/base/net_log_source_type_list.h"
|
| #undef SOURCE_TYPE
|
|
|
|
|