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

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

Powered by Google App Engine
This is Rietveld 408576698