| Index: chrome/browser/chromeos/app_mode/fake_cws.h
|
| diff --git a/chrome/browser/chromeos/app_mode/fake_cws.h b/chrome/browser/chromeos/app_mode/fake_cws.h
|
| index baade207dc53255e703085acf9a119b31985b932..02ed184bc9174b1f06dc7df814747a9e2840484c 100644
|
| --- a/chrome/browser/chromeos/app_mode/fake_cws.h
|
| +++ b/chrome/browser/chromeos/app_mode/fake_cws.h
|
| @@ -26,15 +26,14 @@ class FakeCWS {
|
|
|
| // Initializes as CWS request handler and overrides app gallery command line
|
| // switches.
|
| - void Init(net::test_server::EmbeddedTestServer* embedded_test_server);
|
| + void Init(net::EmbeddedTestServer* embedded_test_server);
|
|
|
| // Initializes as a private store handler using the given server and URL end
|
| // point. Private store does not override app gallery command lines and use a
|
| // slightly different template (as documented on
|
| // https://developer.chrome.com/extensions/autoupdate).
|
| - void InitAsPrivateStore(
|
| - net::test_server::EmbeddedTestServer* embedded_test_server,
|
| - const std::string& update_check_end_point);
|
| + void InitAsPrivateStore(net::EmbeddedTestServer* embedded_test_server,
|
| + const std::string& update_check_end_point);
|
|
|
| // Sets up the update check response with has_update template.
|
| void SetUpdateCrx(const std::string& app_id,
|
|
|