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

Unified Diff: chrome/browser/ui/webui/chromeos/image_source.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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/ui/webui/chromeos/image_source.h
diff --git a/chrome/browser/ui/webui/chromeos/image_source.h b/chrome/browser/ui/webui/chromeos/image_source.h
index 2b130b0343fc21dc225f2fffd25f2f885dc404eb..94f0deda1be0a23af7220f0269f1f2e46f9d3afe 100644
--- a/chrome/browser/ui/webui/chromeos/image_source.h
+++ b/chrome/browser/ui/webui/chromeos/image_source.h
@@ -17,11 +17,6 @@ namespace base {
class SequencedTaskRunner;
}
-// TODO(michaelpg): Remove dependency on user_manager.
-namespace user_manager {
-class UserImage;
-}
-
namespace chromeos {
// Data source that reads and decodes an image from the RO file system.

Powered by Google App Engine
This is Rietveld 408576698