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

Unified Diff: chrome/browser/chromeos/app_mode/fake_cws.h

Issue 1409163006: Migrating tests to use EmbeddedTestServer (/chrome/browser misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 | « chrome/browser/chrome_switches_browsertest.cc ('k') | chrome/browser/chromeos/app_mode/fake_cws.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/chrome_switches_browsertest.cc ('k') | chrome/browser/chromeos/app_mode/fake_cws.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698