Index: update_attempter.h |
diff --git a/update_attempter.h b/update_attempter.h |
index 1709a3a5193407b8ca46027ac376ad8933fba83d..0afe7f6ba68b4c9c93754523201730dea20c9521 100644 |
--- a/update_attempter.h |
+++ b/update_attempter.h |
@@ -16,7 +16,7 @@ |
#include <gtest/gtest_prod.h> // for FRIEND_TEST |
#include "update_engine/action_processor.h" |
-#include "update_engine/chrome_proxy_resolver.h" |
+#include "update_engine/chrome_browser_proxy_resolver.h" |
#include "update_engine/download_action.h" |
#include "update_engine/omaha_request_params.h" |
#include "update_engine/omaha_response_handler_action.h" |
@@ -235,7 +235,7 @@ class UpdateAttempter : public ActionProcessorDelegate, |
// Our two proxy resolvers |
DirectProxyResolver direct_proxy_resolver_; |
- ChromeProxyResolver chrome_proxy_resolver_; |
+ ChromeBrowserProxyResolver chrome_proxy_resolver_; |
DISALLOW_COPY_AND_ASSIGN(UpdateAttempter); |
}; |