Index: shell/application_manager/local_fetcher.h |
diff --git a/shell/application_manager/local_fetcher.h b/shell/application_manager/local_fetcher.h |
index 7123a9043ad3f2f2164a71a8fdd0c41f5f1b146f..b88aa296b4e36a18fcbb5ee5b8ea78e2c9a6e2cf 100644 |
--- a/shell/application_manager/local_fetcher.h |
+++ b/shell/application_manager/local_fetcher.h |
@@ -15,7 +15,8 @@ namespace mojo { |
// Implements Fetcher for file:// URLs. |
class LocalFetcher : public Fetcher { |
public: |
- LocalFetcher(const GURL& url, const FetchCallback& loader_callback); |
+ LocalFetcher(const GURL& url, const GURL& url_without_query, |
+ const FetchCallback& loader_callback); |
private: |
static base::FilePath UrlToFile(const GURL& url); |