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

Unified Diff: content/public/browser/download_item.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/gpu_data_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_item.h
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
index 2d4c5a8709a74f976b6e94e8a369628654dcdd31..3e29c07543799aebbb7e436c7af1387aab2ccf55 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -28,10 +28,10 @@
#include "content/public/browser/download_interrupt_reasons.h"
#include "content/public/common/page_transition_types.h"
-class FilePath;
class GURL;
namespace base {
+class FilePath;
class Time;
class TimeDelta;
}
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/gpu_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698