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

Unified Diff: base/nix/mime_util_xdg.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/native_library.h ('k') | base/nix/xdg_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/nix/mime_util_xdg.h
diff --git a/base/nix/mime_util_xdg.h b/base/nix/mime_util_xdg.h
index 444ce4f8e4ed28cbfcd7a68152c95b441c3931ca..79dba89d1dfef1f91113785e2f631656361f9b3e 100644
--- a/base/nix/mime_util_xdg.h
+++ b/base/nix/mime_util_xdg.h
@@ -10,9 +10,10 @@
#include "base/base_export.h"
#include "build/build_config.h"
+namespace base {
+
class FilePath;
-namespace base {
namespace nix {
// Gets the mime type for a file based on its filename. The file path does not
« no previous file with comments | « base/native_library.h ('k') | base/nix/xdg_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698