| Index: chrome/browser/chromeos/extensions/wallpaper_private_api.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/extensions/wallpaper_private_api.cc (revision 171041)
|
| +++ chrome/browser/chromeos/extensions/wallpaper_private_api.cc (working copy)
|
| @@ -90,7 +90,7 @@
|
| FilePath file_path = data_dir.Append(file_name);
|
|
|
| return !file_util::PathExists(file_path) ||
|
| - !file_util::ReadFileToString(file_path, data);
|
| + (file_util::ReadFileToString(file_path, data) != -1);
|
| }
|
|
|
| class WindowStateManager;
|
|
|