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

Unified Diff: ash/test/test_suite_init.mm

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 | « ash/system/tray/test_system_tray_delegate.cc ('k') | cc/gl_renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_suite_init.mm
diff --git a/ash/test/test_suite_init.mm b/ash/test/test_suite_init.mm
index df141142d0c2c19f99e6b6b5ce85bb4797886a3f..d60b3e21ea0c4331a89313471a3d73a449744435 100644
--- a/ash/test/test_suite_init.mm
+++ b/ash/test/test_suite_init.mm
@@ -16,7 +16,7 @@ namespace test {
void OverrideFrameworkBundle() {
// Look in the AuraShell.app directory for resources.
- FilePath path;
+ base::FilePath path;
PathService::Get(base::DIR_EXE, &path);
path = path.Append(FILE_PATH_LITERAL("AuraShell.app"));
base::mac::SetOverrideFrameworkBundlePath(path);
« no previous file with comments | « ash/system/tray/test_system_tray_delegate.cc ('k') | cc/gl_renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698