summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_command.cc
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/browser/sync/engine/syncer_command.cc
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/browser/sync/engine/syncer_command.cc')
-rw-r--r--chrome/browser/sync/engine/syncer_command.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_command.cc b/chrome/browser/sync/engine/syncer_command.cc
index f95cf40..4e13918 100644
--- a/chrome/browser/sync/engine/syncer_command.cc
+++ b/chrome/browser/sync/engine/syncer_command.cc
@@ -7,7 +7,6 @@
#include "chrome/browser/sync/engine/net/server_connection_manager.h"
#include "chrome/browser/sync/sessions/sync_session.h"
#include "chrome/browser/sync/syncable/directory_manager.h"
-#include "chrome/browser/sync/util/sync_types.h"
#include "chrome/common/deprecated/event_sys-inl.h"
namespace browser_sync {