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

Unified Diff: components/component_updater/component_updater_utils.h

Issue 449643002: Componentize component_updater: Move over a bunch of files to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/component_updater/component_updater_utils.h
diff --git a/chrome/browser/component_updater/component_updater_utils.h b/components/component_updater/component_updater_utils.h
similarity index 94%
rename from chrome/browser/component_updater/component_updater_utils.h
rename to components/component_updater/component_updater_utils.h
index b4b29432ec810d82dd6cd1e7d38d62952202ec1a..a5d046cc1b5ec22c8246af8c28c08fd721eb65da 100644
--- a/chrome/browser/component_updater/component_updater_utils.h
+++ b/components/component_updater/component_updater_utils.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 CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_UTILS_H_
-#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_UTILS_H_
+#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_UTILS_H_
+#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_UTILS_H_
#include <string>
@@ -87,4 +87,4 @@ std::string GetCrxComponentID(const CrxComponent& component);
} // namespace component_updater
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_UTILS_H_
+#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_UTILS_H_
« no previous file with comments | « components/component_updater/component_updater_service.cc ('k') | components/component_updater/component_updater_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698