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

Unified Diff: chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc

Issue 2321453002: c/browser, c/common, components S-W: 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
« no previous file with comments | « chrome/browser/ui/app_list/search/history_unittest.cc ('k') | chrome/browser/ui/browser_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc
diff --git a/chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc b/chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc
index f83ac399f4c8aa303420ae25d700f75fde26c7e7..465c770f1f14723e13aa72c05d7401af91b0815e 100644
--- a/chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc
+++ b/chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc
@@ -116,7 +116,7 @@ TEST_F(ChromeScreenshotGrabberTest, DISABLED_TakeScreenshot) {
screenshot_grabber()->TakeScreenshot(
Shell::GetPrimaryRootWindow(), gfx::Rect(0, 0, 100, 100),
- directory.path().AppendASCII("Screenshot.png"));
+ directory.GetPath().AppendASCII("Screenshot.png"));
EXPECT_FALSE(screenshot_grabber()->CanTakeScreenshot());
« no previous file with comments | « chrome/browser/ui/app_list/search/history_unittest.cc ('k') | chrome/browser/ui/browser_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698