diff options
Diffstat (limited to 'content/browser/download/drag_download_util.h')
-rw-r--r-- | content/browser/download/drag_download_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/download/drag_download_util.h b/content/browser/download/drag_download_util.h index 843bf7d..b84af94 100644 --- a/content/browser/download/drag_download_util.h +++ b/content/browser/download/drag_download_util.h @@ -17,7 +17,7 @@ namespace net { class FileStream; } -namespace drag_download_util { +namespace content { // Parse the download metadata set in DataTransfer.setData. The metadata // consists of a set of the following values separated by ":" @@ -60,6 +60,6 @@ class PromiseFileFinalizer : public ui::DownloadFileObserver { DISALLOW_COPY_AND_ASSIGN(PromiseFileFinalizer); }; -} // namespace drag_download_util +} // namespace content #endif // CONTENT_BROWSER_DOWNLOAD_DRAG_DOWNLOAD_UTIL_H_ |