| Index: sync/sessions/session_state.cc
|
| diff --git a/chrome/browser/sync/sessions/session_state.cc b/sync/sessions/session_state.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/sessions/session_state.cc
|
| rename to sync/sessions/session_state.cc
|
| index c9fd8135a9822b5062de20de0e592424f3194b6f..a6655f94202672e68811626d661dfc46934bf6ea 100644
|
| --- a/chrome/browser/sync/sessions/session_state.cc
|
| +++ b/sync/sessions/session_state.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/sessions/session_state.h"
|
| +#include "sync/sessions/session_state.h"
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -14,7 +14,7 @@
|
| #include "base/json/json_writer.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/sync/protocol/proto_enum_conversions.h"
|
| +#include "sync/protocol/proto_enum_conversions.h"
|
|
|
| using std::set;
|
| using std::vector;
|
|
|