Chromium Code Reviews| Index: ui/accessibility/ax_node_data.h |
| diff --git a/ui/accessibility/ax_node_data.h b/ui/accessibility/ax_node_data.h |
| index cd30fbb2c06ae7ce903c1d73a535cba3b2b1076d..246948f1991dc36f8441e63a04a1e3e90619c108 100644 |
| --- a/ui/accessibility/ax_node_data.h |
| +++ b/ui/accessibility/ax_node_data.h |
| @@ -10,11 +10,12 @@ |
| #include <vector> |
| #include "base/strings/string16.h" |
| -#include "ui/accessibility/ax_enums.h" |
| +#include "ui/accessibility/ax.h" |
| #include "ui/accessibility/ax_export.h" |
| #include "ui/gfx/rect.h" |
| namespace ui { |
| +using namespace ax; |
|
aboxhall
2014/01/22 17:49:45
This is forbidden by the style guide: http://googl
David Tseng
2014/01/22 20:53:54
Done.
|
| // A compact representation of the accessibility information for a |
| // single web object, in a form that can be serialized and sent from |