summaryrefslogtreecommitdiffstats
path: root/extensions/browser/updater
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2014-11-13 10:40:07 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-13 18:40:40 +0000
commit89e757c21b15bb55775a5cb689b5fdb607761e1e (patch)
tree702c082c0125906530685013e3d87ca200005bf6 /extensions/browser/updater
parent42f2892e104b87c98c960e9def0c4f00504f550a (diff)
downloadchromium_src-89e757c21b15bb55775a5cb689b5fdb607761e1e.zip
chromium_src-89e757c21b15bb55775a5cb689b5fdb607761e1e.tar.gz
chromium_src-89e757c21b15bb55775a5cb689b5fdb607761e1e.tar.bz2
Rename components/omaha_query_params => components/omaha_client
There are some additional bits of Omaha client and test logic that should be factored out into this component. A rename is appropriate sooner rather than later. This CL is strictly a rename; pardon the dust. BUG=None R=cpu@chromium.org TBR=jamescook@chromium.org //e/b/DEPS Review URL: https://codereview.chromium.org/704703003 Cr-Commit-Position: refs/heads/master@{#304052}
Diffstat (limited to 'extensions/browser/updater')
-rw-r--r--extensions/browser/updater/update_service.cc4
-rw-r--r--extensions/browser/updater/update_service_browsertest.cc3
2 files changed, 3 insertions, 4 deletions
diff --git a/extensions/browser/updater/update_service.cc b/extensions/browser/updater/update_service.cc
index 286d137..d1b0cae 100644
--- a/extensions/browser/updater/update_service.cc
+++ b/extensions/browser/updater/update_service.cc
@@ -5,13 +5,13 @@
#include "extensions/browser/updater/update_service.h"
#include "base/message_loop/message_loop.h"
-#include "components/omaha_query_params/omaha_query_params.h"
+#include "components/omaha_client/omaha_query_params.h"
#include "content/public/browser/browser_context.h"
#include "extensions/browser/updater/extension_downloader.h"
#include "extensions/browser/updater/update_service_factory.h"
#include "extensions/common/extension_urls.h"
-using omaha_query_params::OmahaQueryParams;
+using omaha_client::OmahaQueryParams;
namespace extensions {
diff --git a/extensions/browser/updater/update_service_browsertest.cc b/extensions/browser/updater/update_service_browsertest.cc
index 0ec702a..78fe377 100644
--- a/extensions/browser/updater/update_service_browsertest.cc
+++ b/extensions/browser/updater/update_service_browsertest.cc
@@ -27,8 +27,7 @@ namespace {
using FakeResponse = std::pair<std::string, net::HttpStatusCode>;
// TODO(rockot): In general there's enough mock-Omaha-noise that this might be
-// better placed into some test library code in //components/omaha_client (which
-// would be renamed from omaha_query_params).
+// better placed into some test library code in //components/omaha_client.
FakeResponse CreateFakeOmahaResponse(const std::string& id, size_t crx_length) {
std::string response_text = base::StringPrintf(
"<gupdate xmlns=\"http://www.google.com/update2/response\" "