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

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

Issue 1717283003: tracing: Make ConvertableToTraceFormat move-only scoped_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_api.h b/chrome/browser/chromeos/extensions/wallpaper_api.h
index cd2420c58d76f60ec428b8c30eb8542f4a0ef52b..9776ea7e9ec4a65106ff7c681a1c28e6090550f0 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_api.h
@@ -11,6 +11,10 @@
#include "components/signin/core/account_id/account_id.h"
#include "net/url_request/url_request_status.h"
+namespace base {
+class RefCountedBytes;
+}
+
// Implementation of chrome.wallpaper.setWallpaper API.
// After this API being called, a jpeg encoded wallpaper will be saved to
// /home/chronos/custom_wallpaper/{resolution}/{user_id_hash}/file_name. The
@@ -64,4 +68,3 @@ class WallpaperSetWallpaperFunction : public WallpaperFunctionBase {
};
#endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_WALLPAPER_API_H_
-

Powered by Google App Engine
This is Rietveld 408576698