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

Unified Diff: sync/js/js_test_util.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
« no previous file with comments | « sync/js/js_reply_handler.h ('k') | sync/js/js_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_test_util.h
diff --git a/sync/js/js_test_util.h b/sync/js/js_test_util.h
index 042019b10f69e17d8fe89a45eabbb0079ec23e16..885966d42c7f8f8c9d555aae6fa2afee696d6882 100644
--- a/sync/js/js_test_util.h
+++ b/sync/js/js_test_util.h
@@ -22,7 +22,7 @@ class DictionaryValue;
class ListValue;
}
-namespace csync {
+namespace syncer {
class JsArgList;
class JsEventDetails;
@@ -104,6 +104,6 @@ class MockJsReplyHandler
void(const ::std::string&, const JsArgList&));
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_JS_JS_TEST_UTIL_H_
« no previous file with comments | « sync/js/js_reply_handler.h ('k') | sync/js/js_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698