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

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_private_api.h

Issue 12282019: Disable "using base::FilePath" on Linux since it now compiles. (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
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.
« no previous file with comments | « chrome/browser/chromeos/drive/drive_scheduler_unittest.cc ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698