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

Unified Diff: components/component_updater/component_patcher.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_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_
« no previous file with comments | « components/component_updater/background_downloader_win.cc ('k') | components/component_updater/component_patcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698