1 // Copyright (c) 2014,2015 Samsung Electronics. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WRT_FILE_PROTOCOL_HANDLER
6 #define WRT_FILE_PROTOCOL_HANDLER
8 #include "net/url_request/url_request_job_factory.h"
10 net::URLRequestJobFactory::ProtocolHandler* GetWrtFileProtocolHandler();
12 #endif // WRT_FILE_PROTOCOL_HANDLER