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

Unified Diff: components/sync_driver/profile_sync_auth_provider.cc

Issue 1265213003: Componentize profile_sync_auth_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 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/sync_driver/profile_sync_auth_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/profile_sync_auth_provider.cc
diff --git a/chrome/browser/sync/profile_sync_auth_provider.cc b/components/sync_driver/profile_sync_auth_provider.cc
similarity index 98%
rename from chrome/browser/sync/profile_sync_auth_provider.cc
rename to components/sync_driver/profile_sync_auth_provider.cc
index 61bc177490250162a4107cf9e09d4cfff9d84f6e..7a2167413a5f5452466ccb1730fa2ce6677141f0 100644
--- a/chrome/browser/sync/profile_sync_auth_provider.cc
+++ b/components/sync_driver/profile_sync_auth_provider.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/profile_sync_auth_provider.h"
+#include "components/sync_driver/profile_sync_auth_provider.h"
#include "base/bind.h"
#include "base/location.h"
« no previous file with comments | « components/sync_driver/profile_sync_auth_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698