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

Unified Diff: cc/test/paths.cc

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (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 | « cc/layer_tree_host_perftest.cc ('k') | cc/test/pixel_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/paths.cc
diff --git a/cc/test/paths.cc b/cc/test/paths.cc
index a8f2e2f5b8806adc0b67887cb6176c9dd6f4d8fd..b921cca174493e721ef06d05f73bd1efabe29e1c 100644
--- a/cc/test/paths.cc
+++ b/cc/test/paths.cc
@@ -10,8 +10,8 @@
namespace cc {
-bool PathProvider(int key, FilePath* result) {
- FilePath cur;
+bool PathProvider(int key, base::FilePath* result) {
+ base::FilePath cur;
switch (key) {
// The following are only valid in the development environment, and
// will fail if executed from an installed executable (because the
« no previous file with comments | « cc/layer_tree_host_perftest.cc ('k') | cc/test/pixel_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698