| Index: sync/sessions/sync_session_context.cc
|
| diff --git a/chrome/browser/sync/sessions/sync_session_context.cc b/sync/sessions/sync_session_context.cc
|
| similarity index 91%
|
| rename from chrome/browser/sync/sessions/sync_session_context.cc
|
| rename to sync/sessions/sync_session_context.cc
|
| index 21ca1c5d6df25226feb669f03c0df1290c4e3d73..2001e7fc352a8dfb51f354e4a4747799f4a7655e 100644
|
| --- a/chrome/browser/sync/sessions/sync_session_context.cc
|
| +++ b/sync/sessions/sync_session_context.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/sessions/sync_session_context.h"
|
| +#include "sync/sessions/sync_session_context.h"
|
|
|
| -#include "chrome/browser/sync/sessions/debug_info_getter.h"
|
| -#include "chrome/browser/sync/sessions/session_state.h"
|
| -#include "chrome/browser/sync/util/extensions_activity_monitor.h"
|
| +#include "sync/sessions/debug_info_getter.h"
|
| +#include "sync/sessions/session_state.h"
|
| +#include "sync/util/extensions_activity_monitor.h"
|
|
|
| namespace browser_sync {
|
| namespace sessions {
|
|
|