| Index: chrome/browser/chromeos/extensions/wallpaper_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/wallpaper_private_api.h b/chrome/browser/chromeos/extensions/wallpaper_private_api.h
|
| index d2536816832a233b8d690b664aa850f942206121..17fea016224f02e2a7669db3bb8714aebbda4e5a 100644
|
| --- a/chrome/browser/chromeos/extensions/wallpaper_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/wallpaper_private_api.h
|
| @@ -148,7 +148,7 @@ class WallpaperPrivateSetCustomWallpaperFunction
|
|
|
| // Generates thumbnail of custom wallpaper. A simple STRETCH is used for
|
| // generating thunbail.
|
| - void GenerateThumbnail(const FilePath& thumbnail_path,
|
| + void GenerateThumbnail(const base::FilePath& thumbnail_path,
|
| scoped_ptr<gfx::ImageSkia> image);
|
|
|
| // Thumbnail is ready. Calls api function javascript callback.
|
| @@ -224,7 +224,7 @@ class WallpaperPrivateGetThumbnailFunction : public AsyncExtensionFunction {
|
| void FileLoaded(const std::string& data);
|
|
|
| // Gets thumbnail from |path|. If |path| does not exist, call FileNotLoaded().
|
| - void Get(const FilePath& path);
|
| + void Get(const base::FilePath& path);
|
|
|
| // Sequence token associated with wallpaper operations. Shared with
|
| // WallpaperManager.
|
|
|