diff options
Diffstat (limited to 'content/browser/safe_util_win.cc')
-rw-r--r-- | content/browser/safe_util_win.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/safe_util_win.cc b/content/browser/safe_util_win.cc index cc32022..f17c346 100644 --- a/content/browser/safe_util_win.cc +++ b/content/browser/safe_util_win.cc @@ -16,6 +16,7 @@ #include "googleurl/src/gurl.h" #include "ui/base/win/shell.h" +namespace content { namespace { // This GUID is associated with any 'don't ask me again' settings that the @@ -56,8 +57,6 @@ bool SetInternetZoneIdentifierDirectly(const FilePath& full_path) { } -namespace win_util { - // This function implementation is based on the attachment execution // services functionally deployed with IE6 or Service pack 2. This // functionality is exposed in the IAttachmentExecute COM interface. @@ -153,4 +152,4 @@ HRESULT ScanAndSaveDownloadedFile(const FilePath& full_path, return attachment_services->Save(); } -} // namespace win_util +} // namespace content |