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

Side by Side Diff: content/browser/accessibility/dump_accessibility_browsertest_base.cc

Issue 1967823004: Fix include path for moved thread_task_runner_handle.h header in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/appcache/appcache_disk_cache_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/browser/accessibility/dump_accessibility_browsertest_base.h" 5 #include "content/browser/accessibility/dump_accessibility_browsertest_base.h"
6 6
7 #include <set> 7 #include <set>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/command_line.h" 11 #include "base/command_line.h"
12 #include "base/path_service.h" 12 #include "base/path_service.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "base/strings/string_split.h" 14 #include "base/strings/string_split.h"
15 #include "base/strings/string_util.h" 15 #include "base/strings/string_util.h"
16 #include "base/strings/stringprintf.h" 16 #include "base/strings/stringprintf.h"
17 #include "base/strings/utf_string_conversions.h" 17 #include "base/strings/utf_string_conversions.h"
18 #include "base/thread_task_runner_handle.h" 18 #include "base/threading/thread_task_runner_handle.h"
19 #include "build/build_config.h" 19 #include "build/build_config.h"
20 #include "content/browser/accessibility/accessibility_tree_formatter.h" 20 #include "content/browser/accessibility/accessibility_tree_formatter.h"
21 #include "content/browser/accessibility/accessibility_tree_formatter_blink.h" 21 #include "content/browser/accessibility/accessibility_tree_formatter_blink.h"
22 #include "content/browser/accessibility/browser_accessibility.h" 22 #include "content/browser/accessibility/browser_accessibility.h"
23 #include "content/browser/accessibility/browser_accessibility_manager.h" 23 #include "content/browser/accessibility/browser_accessibility_manager.h"
24 #include "content/browser/accessibility/browser_accessibility_state_impl.h" 24 #include "content/browser/accessibility/browser_accessibility_state_impl.h"
25 #include "content/browser/frame_host/render_widget_host_view_child_frame.h" 25 #include "content/browser/frame_host/render_widget_host_view_child_frame.h"
26 #include "content/browser/web_contents/web_contents_impl.h" 26 #include "content/browser/web_contents/web_contents_impl.h"
27 #include "content/public/browser/web_contents.h" 27 #include "content/public/browser/web_contents.h"
28 #include "content/public/common/content_paths.h" 28 #include "content/public/common/content_paths.h"
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 expected_file, actual_contents.c_str(), actual_contents.size())); 386 expected_file, actual_contents.c_str(), actual_contents.size()));
387 LOG(INFO) << "Wrote expectations to: " 387 LOG(INFO) << "Wrote expectations to: "
388 << expected_file.LossyDisplayName(); 388 << expected_file.LossyDisplayName();
389 } 389 }
390 } else { 390 } else {
391 LOG(INFO) << "Test output matches expectations."; 391 LOG(INFO) << "Test output matches expectations.";
392 } 392 }
393 } 393 }
394 394
395 } // namespace content 395 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/appcache_disk_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698