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

Unified Diff: components/component_updater/background_downloader_win.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
« no previous file with comments | « components/component_updater/OWNERS ('k') | components/component_updater/background_downloader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/background_downloader_win.h
diff --git a/chrome/browser/component_updater/background_downloader_win.h b/components/component_updater/background_downloader_win.h
similarity index 93%
rename from chrome/browser/component_updater/background_downloader_win.h
rename to components/component_updater/background_downloader_win.h
index 05cba6b42f2979444fbb44f844ae231d7c00fa8b..71ffccf97ce512db7584d7bb051f6009c772523b 100644
--- a/chrome/browser/component_updater/background_downloader_win.h
+++ b/components/component_updater/background_downloader_win.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_BACKGROUND_DOWNLOADER_WIN_H_
-#define CHROME_BROWSER_COMPONENT_UPDATER_BACKGROUND_DOWNLOADER_WIN_H_
+#ifndef COMPONENTS_COMPONENT_UPDATER_BACKGROUND_DOWNLOADER_WIN_H_
+#define COMPONENTS_COMPONENT_UPDATER_BACKGROUND_DOWNLOADER_WIN_H_
#include <windows.h>
#include <bits.h>
@@ -14,7 +14,7 @@
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/win/scoped_comptr.h"
-#include "chrome/browser/component_updater/crx_downloader.h"
+#include "components/component_updater/crx_downloader.h"
namespace base {
class FilePath;
@@ -115,4 +115,4 @@ class BackgroundDownloader : public CrxDownloader {
} // namespace component_updater
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_BACKGROUND_DOWNLOADER_WIN_H_
+#endif // COMPONENTS_COMPONENT_UPDATER_BACKGROUND_DOWNLOADER_WIN_H_
« no previous file with comments | « components/component_updater/OWNERS ('k') | components/component_updater/background_downloader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698