Index: content/browser/accessibility/dump_accessibility_tree_browsertest.cc |
=================================================================== |
--- content/browser/accessibility/dump_accessibility_tree_browsertest.cc (revision 259922) |
+++ content/browser/accessibility/dump_accessibility_tree_browsertest.cc (working copy) |
@@ -23,10 +23,10 @@ |
#include "content/public/common/content_paths.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/url_constants.h" |
+#include "content/public/test/content_browser_test.h" |
+#include "content/public/test/content_browser_test_utils.h" |
#include "content/shell/browser/shell.h" |
#include "content/test/accessibility_browser_test_utils.h" |
-#include "content/test/content_browser_test.h" |
-#include "content/test/content_browser_test_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |
// TODO(aboxhall): Create expectations on Android for these |