| Index: components/sync/base/get_session_name.h
|
| diff --git a/sync/util/get_session_name.h b/components/sync/base/get_session_name.h
|
| similarity index 76%
|
| rename from sync/util/get_session_name.h
|
| rename to components/sync/base/get_session_name.h
|
| index 4f5663483babed18d82872ee87539691988ab985..ce7026c864bfb01f1b1f3ef22d65d508fd325b80 100644
|
| --- a/sync/util/get_session_name.h
|
| +++ b/components/sync/base/get_session_name.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_UTIL_GET_SESSION_NAME_H_
|
| -#define SYNC_UTIL_GET_SESSION_NAME_H_
|
| +#ifndef COMPONENTS_SYNC_BASE_GET_SESSION_NAME_H_
|
| +#define COMPONENTS_SYNC_BASE_GET_SESSION_NAME_H_
|
|
|
| #include <string>
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace base {
|
| class TaskRunner;
|
| @@ -26,4 +26,4 @@ SYNC_EXPORT std::string GetSessionNameSynchronouslyForTesting();
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_UTIL_GET_SESSION_NAME_H_
|
| +#endif // COMPONENTS_SYNC_BASE_GET_SESSION_NAME_H_
|
|
|