| Index: ui/gfx/color_profile_win.cc
|
| diff --git a/ui/gfx/color_profile_win.cc b/ui/gfx/color_profile_win.cc
|
| index 5c81271116cf3baf79b027910a06b69015d36435..51b1b312d08aa008cc92bdf3c98da58d78fa63eb 100644
|
| --- a/ui/gfx/color_profile_win.cc
|
| +++ b/ui/gfx/color_profile_win.cc
|
| @@ -21,7 +21,7 @@ void ReadColorProfile(std::vector<char>* profile) {
|
| if (!res)
|
| return;
|
| std::string profileData;
|
| - if (!file_util::ReadFileToString(FilePath(path), &profileData))
|
| + if (!file_util::ReadFileToString(base::FilePath(path), &profileData))
|
| return;
|
| size_t length = profileData.size();
|
| if (length > gfx::kMaxProfileLength)
|
|
|