summaryrefslogtreecommitdiffstats
path: root/chrome/test/sync
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-08 17:18:22 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-08 17:18:22 +0000
commit74253badae1577a9c9b0da584db72d277210fc27 (patch)
tree400205e4c409f522cab9efcf87d277cc0a786442 /chrome/test/sync
parent0a576a3e5f83d63dea048d5545a81dc4c2966daa (diff)
downloadchromium_src-74253badae1577a9c9b0da584db72d277210fc27.zip
chromium_src-74253badae1577a9c9b0da584db72d277210fc27.tar.gz
chromium_src-74253badae1577a9c9b0da584db72d277210fc27.tar.bz2
Remove sync_types.h. No functions from this file are used, and some of them are
explicitly disallowed in Google code (DWORD). This implicitly brought string_util into a number of files which got ASCII conversion routimes. I replaced these with *ToUTF8 from utf_string_conversions since I am trying to delete WideToASCII. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3063021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/sync')
-rw-r--r--chrome/test/sync/engine/test_directory_setter_upper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/sync/engine/test_directory_setter_upper.h b/chrome/test/sync/engine/test_directory_setter_upper.h
index ecaa08cb..c924532 100644
--- a/chrome/test/sync/engine/test_directory_setter_upper.h
+++ b/chrome/test/sync/engine/test_directory_setter_upper.h
@@ -37,7 +37,6 @@
#include "base/scoped_temp_dir.h"
#include "chrome/browser/sync/syncable/directory_manager.h"
#include "chrome/browser/sync/syncable/syncable.h"
-#include "chrome/browser/sync/util/sync_types.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace syncable {