Index: components/component_updater/component_patcher.h |
diff --git a/chrome/browser/component_updater/component_patcher.h b/components/component_updater/component_patcher.h |
similarity index 93% |
rename from chrome/browser/component_updater/component_patcher.h |
rename to components/component_updater/component_patcher.h |
index 301815365df230603c3b2d51d8b52d73d82d8a13..a8d654ebf1cbf4b3aa115b755fb24a738288a3e8 100644 |
--- a/chrome/browser/component_updater/component_patcher.h |
+++ b/components/component_updater/component_patcher.h |
@@ -24,14 +24,14 @@ |
// fingerprint of the installed files, to later identify the existing files to |
// the server so that a proper differential update can be provided next cycle. |
-#ifndef CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_PATCHER_H_ |
-#define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_PATCHER_H_ |
+#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_H_ |
+#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_H_ |
#include "base/callback_forward.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/values.h" |
-#include "chrome/browser/component_updater/component_unpacker.h" |
+#include "components/component_updater/component_unpacker.h" |
namespace base { |
class FilePath; |
@@ -98,4 +98,4 @@ class ComponentPatcher : public base::RefCountedThreadSafe<ComponentPatcher> { |
} // namespace component_updater |
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_PATCHER_H_ |
+#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_H_ |