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

Unified Diff: components/dom_distiller/standalone/content_extractor_browsertest.cc

Issue 2317993003: //chrome/browser and //components A-E: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 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: components/dom_distiller/standalone/content_extractor_browsertest.cc
diff --git a/components/dom_distiller/standalone/content_extractor_browsertest.cc b/components/dom_distiller/standalone/content_extractor_browsertest.cc
index 8e620b74fc3841035e49ecaf1c7eb9ecc96d1b3c..cbae88bcab0bd2cec43e3aa9382feb3677e93954 100644
--- a/components/dom_distiller/standalone/content_extractor_browsertest.cc
+++ b/components/dom_distiller/standalone/content_extractor_browsertest.cc
@@ -351,9 +351,8 @@ class ContentExtractor : public ContentBrowserTest {
command_line, &file_to_url_map);
content::BrowserContext* context =
shell()->web_contents()->GetBrowserContext();
- service_ = CreateDomDistillerService(context,
- db_dir_.path(),
- file_to_url_map);
+ service_ =
+ CreateDomDistillerService(context, db_dir_.GetPath(), file_to_url_map);
PumpQueue();
}
« no previous file with comments | « components/bookmarks/browser/bookmark_node_data_unittest.cc ('k') | components/drive/change_list_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698