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

Unified Diff: content/browser/download/file_metadata_mac.mm

Issue 10821069: Moving file_metadata files under content/browser/download (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Git-based patch to overcome the 'svn mv' problem Created 8 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: content/browser/download/file_metadata_mac.mm
diff --git a/content/browser/file_metadata_mac.mm b/content/browser/download/file_metadata_mac.mm
similarity index 98%
rename from content/browser/file_metadata_mac.mm
rename to content/browser/download/file_metadata_mac.mm
index d7d5ba8af9c78ee34a4723b3d909540752c1ee2d..8a60f44410deef7dc98d250409673111a7de2a0d 100644
--- a/content/browser/file_metadata_mac.mm
+++ b/content/browser/download/file_metadata_mac.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/file_metadata_mac.h"
+#include "content/browser/download/file_metadata_mac.h"
#include <ApplicationServices/ApplicationServices.h>
#include <Foundation/Foundation.h>
@@ -14,7 +14,7 @@
#include "base/mac/scoped_cftyperef.h"
#include "googleurl/src/gurl.h"
-namespace file_metadata {
+namespace content {
// As of Mac OS X 10.4 ("Tiger"), files can be tagged with metadata describing
// various attributes. Metadata is integrated with the system's Spotlight
@@ -165,4 +165,4 @@ void AddQuarantineMetadataToFile(const FilePath& file, const GURL& source,
}
}
-} // namespace file_metadata
+} // namespace content
« no previous file with comments | « content/browser/download/file_metadata_mac.h ('k') | content/browser/download/file_metadata_unittest_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698