// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_PROFILES_PROFILE_DOWNLOADER_DELEGATE_H_ #define CHROME_BROWSER_PROFILES_PROFILE_DOWNLOADER_DELEGATE_H_ #include <string> class ProfileDownloader; namespace signin { class IdentityManager; } // namespace signin namespace network { namespace mojom { class URLLoaderFactory; } // namespace mojom } // namespace network // Reports on success or failure of Profile download. It is OK to delete the // |ProfileImageDownloader| instance in any of these handlers. class ProfileDownloaderDelegate { … }; #endif // CHROME_BROWSER_PROFILES_PROFILE_DOWNLOADER_DELEGATE_H_