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

Unified Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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/test/integration/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index be961bbd0a29c04b443278c97ea4fabc97fc24c8..df106813426e6570011c553dfcf676ea78fcd884 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -198,7 +198,7 @@ class SyncTest : public InProcessBrowserTest {
// Triggers a sync error on the server.
// error: The error the server is expected to return.
// frequency: Frequency with which the error is returned.
- void TriggerSyncError(const csync::SyncProtocolError& error,
+ void TriggerSyncError(const syncer::SyncProtocolError& error,
SyncErrorFrequency frequency);
// Triggers the creation the Synced Bookmarks folder on the server.
« no previous file with comments | « chrome/browser/sync/test/integration/sync_errors_test.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698