[a11y] Remove ui:: usage within the ui namespace for ui/accessibility
In CL:5520052 I moved many files from //content/accessibility to
//ui/accessibility/platform and to reduce diff in that CL, I deferred
removing the redundant ui:: namespace specifier when we are already in
the ui namespace.
While those moved files have been addressed by a prior change, this
CL does the same for the remainder of the ui/accessibility
directory.
Bug: 40672441
Change-Id: Iee9407c7c47f55e1b0593fdbc743cb6fedd5f7fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5805625
Auto-Submit: Jacques Newman <[email protected]>
Commit-Queue: Jacques Newman <[email protected]>
Reviewed-by: Aaron Leventhal <[email protected]>
Reviewed-by: Elly FJ <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1348345}
diff --git a/ui/accessibility/ax_tree_update_util.h b/ui/accessibility/ax_tree_update_util.h
index 72d6a98..0c3e5fa 100644
--- a/ui/accessibility/ax_tree_update_util.h
+++ b/ui/accessibility/ax_tree_update_util.h
@@ -22,8 +22,8 @@
//
// Merging tree updates helps minimize the overhead of calling
// Unserialize multiple times.
-AX_EXPORT bool MergeAXTreeUpdates(const std::vector<ui::AXTreeUpdate>& src,
- std::vector<ui::AXTreeUpdate>* dst);
+AX_EXPORT bool MergeAXTreeUpdates(const std::vector<AXTreeUpdate>& src,
+ std::vector<AXTreeUpdate>* dst);
} // namespace ui