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

Unified Diff: net/base/test_root_certs.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 | « net/base/network_delegate.cc ('k') | net/base/upload_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_root_certs.h
diff --git a/net/base/test_root_certs.h b/net/base/test_root_certs.h
index 4d52dbcda5c088fd520785659413b42dfad1bbb3..a7c7cdeb548249f3ecccd9ca656eb8e275c2e17f 100644
--- a/net/base/test_root_certs.h
+++ b/net/base/test_root_certs.h
@@ -21,7 +21,9 @@
#include "base/mac/scoped_cftyperef.h"
#endif
+namespace base {
class FilePath;
+}
namespace net {
@@ -45,7 +47,7 @@ class NET_EXPORT_PRIVATE TestRootCerts {
// Reads a single certificate from |file| and marks it as trusted. Returns
// false if an error is encountered, such as being unable to read |file|
// or more than one certificate existing in |file|.
- bool AddFromFile(const FilePath& file);
+ bool AddFromFile(const base::FilePath& file);
// Clears the trusted status of any certificates that were previously
// marked trusted via Add().
« no previous file with comments | « net/base/network_delegate.cc ('k') | net/base/upload_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698