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

Unified Diff: base/nix/mime_util_xdg.cc

Issue 12226121: Make base compile with no "using base::FilePath". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try Created 7 years, 10 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
« no previous file with comments | « base/json/json_file_value_serializer.cc ('k') | base/path_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/nix/mime_util_xdg.cc
diff --git a/base/nix/mime_util_xdg.cc b/base/nix/mime_util_xdg.cc
index 63760bdebd896b6628380c5631cbd21d0b27fbc1..98f37f836ed867b5f6e2ccbaa0aeec86807759b4 100644
--- a/base/nix/mime_util_xdg.cc
+++ b/base/nix/mime_util_xdg.cc
@@ -29,6 +29,9 @@
#include "base/message_loop.h"
#endif
+namespace base {
+namespace nix {
+
namespace {
class IconTheme;
@@ -583,9 +586,6 @@ MimeUtilConstants::~MimeUtilConstants() {
} // namespace
-namespace base {
-namespace nix {
-
std::string GetFileMimeType(const FilePath& filepath) {
if (filepath.empty())
return std::string();
« no previous file with comments | « base/json/json_file_value_serializer.cc ('k') | base/path_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698