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

Unified Diff: components/update_client/test/test_installer.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/test/test_installer.h
diff --git a/components/component_updater/test/test_installer.h b/components/update_client/test/test_installer.h
similarity index 85%
rename from components/component_updater/test/test_installer.h
rename to components/update_client/test/test_installer.h
index e44c48dc8361a3f24330564941c2c74314ad6d7c..933fe21372afe818c7ec88ec07a73cd744c714d3 100644
--- a/components/component_updater/test/test_installer.h
+++ b/components/update_client/test/test_installer.h
@@ -2,20 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_COMPONENT_UPDATER_TEST_TEST_INSTALLER_H_
-#define CHROME_BROWSER_COMPONENT_UPDATER_TEST_TEST_INSTALLER_H_
+#ifndef COMPONENTS_UPDATE_CLIENT_TEST_TEST_INSTALLER_H_
+#define COMPONENTS_UPDATE_CLIENT_TEST_TEST_INSTALLER_H_
#include <string>
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
-#include "components/component_updater/component_updater_service.h"
+#include "components/update_client/update_client.h"
namespace base {
class DictionaryValue;
}
-namespace component_updater {
+namespace update_client {
// A TestInstaller is an installer that does nothing for installation except
// increment a counter.
@@ -74,6 +74,6 @@ class VersionedTestInstaller : public TestInstaller {
Version current_version_;
};
-} // namespace component_updater
+} // namespace update_client
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_TEST_TEST_INSTALLER_H_
+#endif // COMPONENTS_UPDATE_CLIENT_TEST_TEST_INSTALLER_H_

Powered by Google App Engine
This is Rietveld 408576698