a94a45c8868580482b624670563ff88f3d296c6f
[platform/framework/web/crosswalk-tizen.git] /
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.
4
5 #ifndef WRT_FILE_PROTOCOL_HANDLER
6 #define WRT_FILE_PROTOCOL_HANDLER
7
8 #include "net/url_request/url_request_job_factory.h"
9
10 net::URLRequestJobFactory::ProtocolHandler* GetWrtFileProtocolHandler();
11
12 #endif  // WRT_FILE_PROTOCOL_HANDLER