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

Unified Diff: chrome/browser/profiles/profile_downloader_unittest.cc

Issue 1487283005: Implement the new Sync Confirmation dialog on Linux and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and use Polymer where relevant. Created 4 years, 11 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/profiles/profile_downloader_unittest.cc
diff --git a/chrome/browser/profiles/profile_downloader_unittest.cc b/chrome/browser/profiles/profile_downloader_unittest.cc
index 185916415ea782dba5b78a38fb07b80eb25b2d34..850310f81cfd12e5a756a758234892c32d33ddfb 100644
--- a/chrome/browser/profiles/profile_downloader_unittest.cc
+++ b/chrome/browser/profiles/profile_downloader_unittest.cc
@@ -62,7 +62,7 @@ class ProfileDownloaderTest : public testing::Test,
}
bool NeedsProfilePicture() const override { return true; };
- int GetDesiredImageSideLength() const override { return 128; };
+ unsigned int GetDesiredImageSideLength() const override { return 128; };
std::string GetCachedPictureURL() const override { return ""; };
Profile* GetBrowserProfile() override { return profile_.get(); };
bool IsPreSignin() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698