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

Unified Diff: content/shell/webkit_test_runner.h

Issue 12208057: Add explicit base to FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « content/shell/webkit_test_platform_support_linux.cc ('k') | content/shell/webkit_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_runner.h
diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h
index 4d891eb4b2be88c68d9c0d1f3d64267c1fdfa564..e394a1c144ee3d0490696b14ce78165035d3dcb4 100644
--- a/content/shell/webkit_test_runner.h
+++ b/content/shell/webkit_test_runner.h
@@ -102,7 +102,8 @@ class WebKitTestRunner : public RenderViewObserver,
// Message handlers.
void OnCaptureTextDump(bool as_text, bool printing, bool recursive);
void OnCaptureImageDump(const std::string& expected_pixel_hash);
- void OnSetCurrentWorkingDirectory(const FilePath& current_working_directory);
+ void OnSetCurrentWorkingDirectory(
+ const base::FilePath& current_working_directory);
SkCanvas* GetCanvas();
void PaintRect(const WebKit::WebRect& rect);
@@ -111,7 +112,7 @@ class WebKitTestRunner : public RenderViewObserver,
scoped_ptr<SkCanvas> canvas_;
scoped_ptr<WebKit::WebContextMenuData> last_context_menu_data_;
- FilePath current_working_directory_;
+ base::FilePath current_working_directory_;
::WebTestRunner::WebTestProxyBase* proxy_;
« no previous file with comments | « content/shell/webkit_test_platform_support_linux.cc ('k') | content/shell/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698