Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: sync/util/get_session_name_ios.h

Issue 11360194: Bring up minimal sync and sync unittest targets on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698