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

Unified Diff: chrome/browser/download/download_util.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/download/download_util.h
===================================================================
--- chrome/browser/download/download_util.h (revision 92173)
+++ chrome/browser/download/download_util.h (working copy)
@@ -22,7 +22,6 @@
class BaseDownloadItemModel;
class CrxInstaller;
-class DictionaryValue;
class DownloadItem;
class DownloadManager;
class GURL;
@@ -34,6 +33,7 @@
struct DownloadSaveInfo;
namespace base {
+class DictionaryValue;
class TimeTicks;
}
@@ -227,7 +227,7 @@
// Creates a representation of a download in a format that the downloads
// HTML page can understand.
-DictionaryValue* CreateDownloadItemValue(DownloadItem* download, int id);
+base::DictionaryValue* CreateDownloadItemValue(DownloadItem* download, int id);
// Get the localized status text for an in-progress download.
string16 GetProgressStatusText(DownloadItem* download);
« no previous file with comments | « chrome/browser/content_settings/host_content_settings_map.h ('k') | chrome/browser/enumerate_modules_model_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698