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

Unified Diff: chrome/browser/ui/webui/fileicon_source_chromeos.h

Issue 8537007: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/webui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/fileicon_source_chromeos.h
===================================================================
--- chrome/browser/ui/webui/fileicon_source_chromeos.h (revision 109585)
+++ chrome/browser/ui/webui/fileicon_source_chromeos.h (working copy)
@@ -7,16 +7,10 @@
#pragma once
#include <string>
+
#include "base/compiler_specific.h"
#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
-namespace net {
-class URLRequest;
-class URLRequestJob;
-} // namespace net
-
-class GURL;
-
// A DataSource for chrome://fileicon/ URLs, but reads from
// resources instead of disk. Allows for parameterization
// via chrome://fileicon/path.ext?size=[small|medium|large]
@@ -37,4 +31,3 @@
};
#endif // CHROME_BROWSER_UI_WEBUI_FILEICON_SOURCE_CHROMEOS_H_
-
« no previous file with comments | « chrome/browser/ui/webui/fileicon_source.h ('k') | chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698