| Index: components/sync/base/get_session_name_mac.h
|
| diff --git a/sync/util/get_session_name_mac.h b/components/sync/base/get_session_name_mac.h
|
| similarity index 77%
|
| rename from sync/util/get_session_name_mac.h
|
| rename to components/sync/base/get_session_name_mac.h
|
| index e0a81ed194083b17c95ae4c23aa673c0ed3e3615..aaf0bbf2649ee3667a8c64207ab79022c67dc530 100644
|
| --- a/sync/util/get_session_name_mac.h
|
| +++ b/components/sync/base/get_session_name_mac.h
|
| @@ -2,8 +2,8 @@
|
| // 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_MAC_H_
|
| -#define SYNC_UTIL_GET_SESSION_NAME_MAC_H_
|
| +#ifndef COMPONENTS_SYNC_BASE_GET_SESSION_NAME_MAC_H_
|
| +#define COMPONENTS_SYNC_BASE_GET_SESSION_NAME_MAC_H_
|
|
|
| #include <string>
|
|
|
| @@ -19,4 +19,4 @@ std::string GetHardwareModelName();
|
| } // namespace internal
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_UTIL_GET_SESSION_NAME_MAC_H_
|
| +#endif // COMPONENTS_SYNC_BASE_GET_SESSION_NAME_MAC_H_
|
|
|