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

Unified Diff: chrome/chrome.gyp

Issue 9565050: [Sync] Simplify GetSessionName interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile failure Created 8 years, 10 months 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
« no previous file with comments | « chrome/browser/sync/util/get_session_name_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 86de393c65c3bc8509ca3092647695e4f0a5bc79..1084d8e003be04ac9d42cd1cac74f57c72ab2d78 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -480,9 +480,9 @@
'browser/sync/util/enum_set.h',
'browser/sync/util/extensions_activity_monitor.cc',
'browser/sync/util/extensions_activity_monitor.h',
- 'browser/sync/util/get_session_name_task.cc',
- 'browser/sync/util/get_session_name_task.h',
- 'browser/sync/util/get_session_name_task_mac.mm',
+ 'browser/sync/util/get_session_name.cc',
+ 'browser/sync/util/get_session_name.h',
+ 'browser/sync/util/get_session_name_mac.mm',
'browser/sync/util/immutable.h',
'browser/sync/util/logging.cc',
'browser/sync/util/logging.h',
« no previous file with comments | « chrome/browser/sync/util/get_session_name_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698