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

Unified Diff: webkit/glue/unittest_test_server.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/glue/simple_webmimeregistry_impl.cc ('k') | webkit/glue/web_intent_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/unittest_test_server.h
diff --git a/webkit/glue/unittest_test_server.h b/webkit/glue/unittest_test_server.h
index 2d5df48a9e7e920795c872cfc6c84dcc5ad4d33f..815e62b94aaa176bbb3b61956a5e2dcba6af1719 100644
--- a/webkit/glue/unittest_test_server.h
+++ b/webkit/glue/unittest_test_server.h
@@ -15,7 +15,7 @@ class UnittestTestServer : public net::TestServer {
UnittestTestServer()
: net::TestServer(net::TestServer::TYPE_HTTP,
net::TestServer::kLocalhost,
- FilePath(FILE_PATH_LITERAL("webkit/data"))) {
+ base::FilePath(FILE_PATH_LITERAL("webkit/data"))) {
}
};
« no previous file with comments | « webkit/glue/simple_webmimeregistry_impl.cc ('k') | webkit/glue/web_intent_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698