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

Unified Diff: webkit/base/file_path_string_conversions.h

Issue 16189015: [OBSOLETE] Slogging webkit_base out of existence. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
===================================================================
--- webkit/base/file_path_string_conversions.h (revision 205297)
+++ webkit/base/file_path_string_conversions.h (working copy)
@@ -1,27 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WEBKIT_BASE_FILE_PATH_STRING_CONVERSIONS_H_
-#define WEBKIT_BASE_FILE_PATH_STRING_CONVERSIONS_H_
-
-#include "base/files/file_path.h"
-#include "webkit/base/webkit_base_export.h"
-
-namespace WebKit {
-class WebString;
-}
-
-namespace webkit_base {
-
-WEBKIT_BASE_EXPORT base::FilePath::StringType WebStringToFilePathString(
- const WebKit::WebString& str);
-WEBKIT_BASE_EXPORT WebKit::WebString FilePathStringToWebString(
- const base::FilePath::StringType& str);
-WEBKIT_BASE_EXPORT base::FilePath WebStringToFilePath(const WebKit::WebString& str);
-WEBKIT_BASE_EXPORT WebKit::WebString FilePathToWebString(
- const base::FilePath& file_path);
-
-} // namespace webkit_base
-
-#endif // WEBKIT_BASE_FILE_PATH_STRING_CONVERSIONS_H_
« 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