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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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
Index: chrome/browser/sync/glue/sync_backend_host.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
index a875229fbb5fe1bd3175cc08ae2f2aac38978ac0..0ff9d6b8b708586321c7f2f158d366e3ffba1719 100644
--- a/chrome/browser/sync/glue/sync_backend_host.cc
+++ b/chrome/browser/sync/glue/sync_backend_host.cc
@@ -191,7 +191,7 @@ void SyncBackendHost::Core::DoInitialize(
string16 path_str;
#if defined (OS_WIN)
path_str = host_->sync_data_folder_path().value();
-#elif (defined(OS_LINUX) || defined(OS_MACOSX))
+#elif defined(OS_LINUX) || defined(OS_MACOSX)
path_str = UTF8ToUTF16(host_->sync_data_folder_path().value());
#endif
success = syncapi_->Init(path_str.c_str(),

Powered by Google App Engine
This is Rietveld 408576698