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

Unified Diff: components/component_updater/component_patcher_operation.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: Remove extensions from component_updater.gypi dependencies, due to introducing cycle 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_operation.cc
diff --git a/chrome/browser/component_updater/component_patcher_operation.cc b/components/component_updater/component_patcher_operation.cc
similarity index 97%
rename from chrome/browser/component_updater/component_patcher_operation.cc
rename to components/component_updater/component_patcher_operation.cc
index 5fd098663a16a8c86fd6ecb2fd82da707474f78e..d32dd934c32a20bf0f8dffee603f7851bde64f50 100644
--- a/chrome/browser/component_updater/component_patcher_operation.cc
+++ b/components/component_updater/component_patcher_operation.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_operation.h"
+#include "components/component_updater/component_patcher_operation.h"
#include <vector>
@@ -11,8 +11,8 @@
#include "base/files/memory_mapped_file.h"
#include "base/location.h"
#include "base/strings/string_number_conversions.h"
-#include "chrome/browser/component_updater/component_patcher.h"
-#include "chrome/browser/component_updater/component_updater_service.h"
+#include "components/component_updater/component_patcher.h"
+#include "components/component_updater/component_updater_service.h"
#include "courgette/courgette.h"
#include "courgette/third_party/bsdiff.h"
#include "crypto/secure_hash.h"

Powered by Google App Engine
This is Rietveld 408576698