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

Unified Diff: components/sync_driver/proxy_data_type_controller.cc

Issue 133503011: Move files from //chrome/browser/sync to sync_driver component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/sync_driver/proxy_data_type_controller.cc
diff --git a/chrome/browser/sync/glue/proxy_data_type_controller.cc b/components/sync_driver/proxy_data_type_controller.cc
similarity index 96%
rename from chrome/browser/sync/glue/proxy_data_type_controller.cc
rename to components/sync_driver/proxy_data_type_controller.cc
index 3bee439dacc3f48a6eada461cdaf2d212f6d9ca0..dce6c29805b20b849893cb10ea59c08a764b7d0e 100644
--- a/chrome/browser/sync/glue/proxy_data_type_controller.cc
+++ b/components/sync_driver/proxy_data_type_controller.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/sync/glue/proxy_data_type_controller.h"
+#include "components/sync_driver/proxy_data_type_controller.h"
namespace browser_sync {

Powered by Google App Engine
This is Rietveld 408576698