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

Unified Diff: content/browser/safe_util_win.h

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/safe_util_win.h
===================================================================
--- content/browser/safe_util_win.h (revision 164795)
+++ content/browser/safe_util_win.h (working copy)
@@ -11,7 +11,7 @@
class FilePath;
class GURL;
-namespace win_util {
+namespace content {
// Open or run a downloaded file via the Windows shell, possibly showing first
// a consent dialog if the the file is deemed dangerous. This function is an
@@ -68,6 +68,6 @@
// |source_url|: the source URL for the download.
HRESULT ScanAndSaveDownloadedFile(const FilePath& full_path,
const GURL& source_url);
-} // namespace win_util
+} // namespace content
#endif // CONTENT_COMMON_SAFE_UTIL_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698