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

Side by Side Diff: components/dom_distiller/standalone/content_extractor_browsertest.cc

Issue 1970833002: Fix include path for moved thread_task_runner_handle.h header in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: merge up to r393009 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 | « components/dom_distiller/core/task_tracker.cc ('k') | components/domain_reliability/service.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 <stddef.h> 5 #include <stddef.h>
6 #include <sstream> 6 #include <sstream>
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/files/scoped_temp_dir.h" 10 #include "base/files/scoped_temp_dir.h"
11 #include "base/id_map.h" 11 #include "base/id_map.h"
12 #include "base/location.h" 12 #include "base/location.h"
13 #include "base/path_service.h" 13 #include "base/path_service.h"
14 #include "base/run_loop.h" 14 #include "base/run_loop.h"
15 #include "base/single_thread_task_runner.h" 15 #include "base/single_thread_task_runner.h"
16 #include "base/strings/string_number_conversions.h" 16 #include "base/strings/string_number_conversions.h"
17 #include "base/strings/string_split.h" 17 #include "base/strings/string_split.h"
18 #include "base/thread_task_runner_handle.h" 18 #include "base/threading/thread_task_runner_handle.h"
19 #include "components/dom_distiller/content/browser/distiller_javascript_utils.h" 19 #include "components/dom_distiller/content/browser/distiller_javascript_utils.h"
20 #include "components/dom_distiller/content/browser/distiller_page_web_contents.h " 20 #include "components/dom_distiller/content/browser/distiller_page_web_contents.h "
21 #include "components/dom_distiller/core/article_entry.h" 21 #include "components/dom_distiller/core/article_entry.h"
22 #include "components/dom_distiller/core/distilled_page_prefs.h" 22 #include "components/dom_distiller/core/distilled_page_prefs.h"
23 #include "components/dom_distiller/core/distiller.h" 23 #include "components/dom_distiller/core/distiller.h"
24 #include "components/dom_distiller/core/dom_distiller_service.h" 24 #include "components/dom_distiller/core/dom_distiller_service.h"
25 #include "components/dom_distiller/core/dom_distiller_store.h" 25 #include "components/dom_distiller/core/dom_distiller_store.h"
26 #include "components/dom_distiller/core/proto/distilled_article.pb.h" 26 #include "components/dom_distiller/core/proto/distilled_article.pb.h"
27 #include "components/dom_distiller/core/proto/distilled_page.pb.h" 27 #include "components/dom_distiller/core/proto/distilled_page.pb.h"
28 #include "components/dom_distiller/core/task_tracker.h" 28 #include "components/dom_distiller/core/task_tracker.h"
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 protobuf_output_stream_; 439 protobuf_output_stream_;
440 }; 440 };
441 441
442 IN_PROC_BROWSER_TEST_F(ContentExtractor, MANUAL_ExtractUrl) { 442 IN_PROC_BROWSER_TEST_F(ContentExtractor, MANUAL_ExtractUrl) {
443 SetDistillerJavaScriptWorldId(content::ISOLATED_WORLD_ID_CONTENT_END); 443 SetDistillerJavaScriptWorldId(content::ISOLATED_WORLD_ID_CONTENT_END);
444 Start(); 444 Start();
445 base::RunLoop().Run(); 445 base::RunLoop().Run();
446 } 446 }
447 447
448 } // namespace dom_distiller 448 } // namespace dom_distiller
OLDNEW
« no previous file with comments | « components/dom_distiller/core/task_tracker.cc ('k') | components/domain_reliability/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698