Chromium Code Reviews| Index: sync/util/get_session_name_ios.h |
| diff --git a/sync/util/get_session_name_win.h b/sync/util/get_session_name_ios.h |
| similarity index 70% |
| copy from sync/util/get_session_name_win.h |
| copy to sync/util/get_session_name_ios.h |
| index 8ec903f6094a15a0bb3b2cc38b5fb70fd3d89da2..1e4646e508d0f9d50bb29241d447a385649a4fe2 100644 |
| --- a/sync/util/get_session_name_win.h |
| +++ b/sync/util/get_session_name_ios.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_WIN_H_ |
| -#define SYNC_UTIL_GET_SESSION_NAME_WIN_H_ |
| +#ifndef SYNC_UTIL_GET_SESSION_NAME_IOS_H_ |
|
qsr
2012/11/13 10:58:12
This is not a copy... Git played a trick on you. A
blundell
2012/11/13 14:07:42
Done.
|
| +#define SYNC_UTIL_GET_SESSION_NAME_IOS_H_ |
| #include <string> |
| @@ -15,4 +15,4 @@ std::string GetComputerName(); |
| } // namespace internal |
| } // namespace syncer |
| -#endif // SYNC_UTIL_GET_SESSION_NAME_WIN_H_ |
| +#endif // SYNC_UTIL_GET_SESSION_NAME_IOS_H_ |