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

Unified Diff: webkit/base/file_path_string_conversions.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 | « webkit/base/data_element.cc ('k') | webkit/base/file_path_string_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/base/file_path_string_conversions.h
diff --git a/webkit/base/file_path_string_conversions.h b/webkit/base/file_path_string_conversions.h
index 902a88194389aa1cae2099baaec9858ee4b3f6bf..951c466f854ce12e4ecd50a64cfef5dd9d50252c 100644
--- a/webkit/base/file_path_string_conversions.h
+++ b/webkit/base/file_path_string_conversions.h
@@ -14,13 +14,13 @@ class WebString;
namespace webkit_base {
-WEBKIT_BASE_EXPORT FilePath::StringType WebStringToFilePathString(
+WEBKIT_BASE_EXPORT base::FilePath::StringType WebStringToFilePathString(
const WebKit::WebString& str);
WEBKIT_BASE_EXPORT WebKit::WebString FilePathStringToWebString(
- const FilePath::StringType& str);
-WEBKIT_BASE_EXPORT FilePath WebStringToFilePath(const WebKit::WebString& str);
+ const base::FilePath::StringType& str);
+WEBKIT_BASE_EXPORT base::FilePath WebStringToFilePath(const WebKit::WebString& str);
WEBKIT_BASE_EXPORT WebKit::WebString FilePathToWebString(
- const FilePath& file_path);
+ const base::FilePath& file_path);
} // namespace webkit_base
« no previous file with comments | « webkit/base/data_element.cc ('k') | webkit/base/file_path_string_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698