Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Unified Diff: ui/accessibility/ax_node_data.h

Issue 143473003: Generate ax enums from idl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698