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

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 165257: Build browser/sync files by default using a stubbed-out syncapi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/profile_sync_service_unittest.cc
===================================================================
--- chrome/browser/sync/profile_sync_service_unittest.cc (revision 23002)
+++ chrome/browser/sync/profile_sync_service_unittest.cc (working copy)
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#ifdef CHROME_PERSONALIZATION
+#ifndef COMPILING_SYNCAPI_STUB // This test requires the real deal syncapi.
#include <stack>
#include <vector>
@@ -1270,4 +1271,5 @@
ExpectModelMatch();
}
+#endif // COMPILING_SYNCAPI_STUB
#endif // CHROME_PERSONALIZATION

Powered by Google App Engine
This is Rietveld 408576698