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

Unified Diff: components/component_updater/component_patcher.cc

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.cc
diff --git a/chrome/browser/component_updater/component_patcher.cc b/components/component_updater/component_patcher.cc
similarity index 94%
rename from chrome/browser/component_updater/component_patcher.cc
rename to components/component_updater/component_patcher.cc
index fffab9f491a4ff94488d7b2f2e45c603836f649c..146a52aa27b2f1aac65fff0ca65725a98bdbbaaf 100644
--- a/chrome/browser/component_updater/component_patcher.cc
+++ b/components/component_updater/component_patcher.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/component_updater/component_patcher.h"
+#include "components/component_updater/component_patcher.h"
#include <string>
#include <vector>
@@ -15,8 +15,8 @@
#include "base/location.h"
#include "base/memory/weak_ptr.h"
#include "base/values.h"
-#include "chrome/browser/component_updater/component_patcher_operation.h"
-#include "chrome/browser/component_updater/component_updater_service.h"
+#include "components/component_updater/component_patcher_operation.h"
+#include "components/component_updater/component_updater_service.h"
namespace component_updater {
« no previous file with comments | « components/component_updater/component_patcher.h ('k') | components/component_updater/component_patcher_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698