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

Unified Diff: components/sync/sessions_impl/sync_session_context.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/sessions_impl/sync_session_context.h ('k') | components/sync/sessions_impl/test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/sessions_impl/sync_session_context.cc
diff --git a/sync/sessions/sync_session_context.cc b/components/sync/sessions_impl/sync_session_context.cc
similarity index 88%
rename from sync/sessions/sync_session_context.cc
rename to components/sync/sessions_impl/sync_session_context.cc
index d9d30983b2d57055ff6a17cf1648dab5a83e29d8..52553713ae97a87113b45eac38ce6532af4dda30 100644
--- a/sync/sessions/sync_session_context.cc
+++ b/components/sync/sessions_impl/sync_session_context.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/sessions/sync_session_context.h"
+#include "components/sync/sessions_impl/sync_session_context.h"
-#include "sync/sessions/debug_info_getter.h"
-#include "sync/util/extensions_activity.h"
+#include "components/sync/base/extensions_activity.h"
+#include "components/sync/sessions_impl/debug_info_getter.h"
namespace syncer {
namespace sessions {
@@ -39,8 +39,7 @@ SyncSessionContext::SyncSessionContext(
listeners_.AddObserver(*it);
}
-SyncSessionContext::~SyncSessionContext() {
-}
+SyncSessionContext::~SyncSessionContext() {}
ModelTypeSet SyncSessionContext::GetEnabledTypes() const {
return model_type_registry_->GetEnabledTypes();
« no previous file with comments | « components/sync/sessions_impl/sync_session_context.h ('k') | components/sync/sessions_impl/test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698