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

Unified Diff: components/update_client/update_response.h

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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
Index: components/update_client/update_response.h
diff --git a/components/component_updater/update_response.h b/components/update_client/update_response.h
similarity index 94%
rename from components/component_updater/update_response.h
rename to components/update_client/update_response.h
index c264696bcfa3a50c86af5ac581561e0256a8cd26..003474f075505d5813d0abac912e012f4d14e173 100644
--- a/components/component_updater/update_response.h
+++ b/components/update_client/update_response.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
-#define COMPONENTS_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
+#ifndef COMPONENTS_UPDATE_CLIENT_UPDATE_RESPONSE_H_
+#define COMPONENTS_UPDATE_CLIENT_UPDATE_RESPONSE_H_
#include <string>
#include <vector>
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "url/gurl.h"
-namespace component_updater {
+namespace update_client {
// Parses responses for the update protocol version 3.
// (http://code.google.com/p/omaha/wiki/ServerProtocol)
@@ -130,6 +130,6 @@ class UpdateResponse {
DISALLOW_COPY_AND_ASSIGN(UpdateResponse);
};
-} // namespace component_updater
+} // namespace update_client
-#endif // COMPONENTS_COMPONENT_UPDATER_UPDATE_RESPONSE_H_
+#endif // COMPONENTS_UPDATE_CLIENT_UPDATE_RESPONSE_H_

Powered by Google App Engine
This is Rietveld 408576698