| Index: ui/gfx/gfx_paths.cc
|
| diff --git a/ui/gfx/gfx_paths.cc b/ui/gfx/gfx_paths.cc
|
| index 6fe47892ad560bf69a79445bcacc2b0bcf30ec0d..5c656741d37d534ad842816a6b7e65edee6b34b4 100644
|
| --- a/ui/gfx/gfx_paths.cc
|
| +++ b/ui/gfx/gfx_paths.cc
|
| @@ -11,8 +11,8 @@
|
|
|
| namespace gfx {
|
|
|
| -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
|
|
|