summaryrefslogtreecommitdiffstats
path: root/chrome/test/sync
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-03 15:03:22 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-03 15:03:22 +0000
commit3f6704035555c9173d54386ea41fc79fe86a09e7 (patch)
tree5873734b09dd1b054e2d234e9c901af84a0b25ef /chrome/test/sync
parentfca3eee0ee3e9ac4c624576c5610a8933ba2a1a4 (diff)
downloadchromium_src-3f6704035555c9173d54386ea41fc79fe86a09e7.zip
chromium_src-3f6704035555c9173d54386ea41fc79fe86a09e7.tar.gz
chromium_src-3f6704035555c9173d54386ea41fc79fe86a09e7.tar.bz2
sync: Get rid of the now obsolete character_set_converters.h API.
No one is using the utility functions in there, with the one exception. So fixed that case and removed the obsolete API. BUG=26443 TEST=trybots Review URL: http://codereview.chromium.org/2833047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/sync')
-rw-r--r--chrome/test/sync/engine/mock_connection_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/sync/engine/mock_connection_manager.cc b/chrome/test/sync/engine/mock_connection_manager.cc
index 024fb65..ac1e0f1 100644
--- a/chrome/test/sync/engine/mock_connection_manager.cc
+++ b/chrome/test/sync/engine/mock_connection_manager.cc
@@ -8,7 +8,6 @@
#include "chrome/browser/sync/engine/syncer_proto_util.h"
#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
-#include "chrome/browser/sync/util/character_set_converters.h"
#include "chrome/test/sync/engine/test_id_factory.h"
#include "testing/gtest/include/gtest/gtest.h"