Index: components/component_updater/default_component_installer.h |
diff --git a/chrome/browser/component_updater/default_component_installer.h b/components/component_updater/default_component_installer.h |
similarity index 94% |
rename from chrome/browser/component_updater/default_component_installer.h |
rename to components/component_updater/default_component_installer.h |
index b6c1c54a99f6631d7c75934c1cbb37a8d3b1c53b..f4df69d5e10e2b4fb4de9cd02cbe6e03c1557064 100644 |
--- a/chrome/browser/component_updater/default_component_installer.h |
+++ b/components/component_updater/default_component_installer.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_DEFAULT_COMPONENT_INSTALLER_H_ |
-#define CHROME_BROWSER_COMPONENT_UPDATER_DEFAULT_COMPONENT_INSTALLER_H_ |
+#ifndef COMPONENTS_COMPONENT_UPDATER_DEFAULT_COMPONENT_INSTALLER_H_ |
+#define COMPONENTS_COMPONENT_UPDATER_DEFAULT_COMPONENT_INSTALLER_H_ |
#include <string> |
#include <vector> |
@@ -14,7 +14,7 @@ |
#include "base/threading/thread_checker.h" |
#include "base/values.h" |
#include "base/version.h" |
-#include "chrome/browser/component_updater/component_updater_service.h" |
+#include "components/component_updater/component_updater_service.h" |
namespace base { |
class FilePath; |
@@ -120,4 +120,4 @@ class DefaultComponentInstaller : public ComponentInstaller { |
} // namespace component_updater |
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_DEFAULT_COMPONENT_INSTALLER_H_ |
+#endif // COMPONENTS_COMPONENT_UPDATER_DEFAULT_COMPONENT_INSTALLER_H_ |