summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/protocol
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/protocol
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/protocol')
-rw-r--r--chrome/browser/sync/protocol/service_constants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/protocol/service_constants.h b/chrome/browser/sync/protocol/service_constants.h
index 0541a34..ef80043 100644
--- a/chrome/browser/sync/protocol/service_constants.h
+++ b/chrome/browser/sync/protocol/service_constants.h
@@ -4,8 +4,6 @@
//
// Product-specific constants.
-#include "chrome/browser/sync/util/sync_types.h"
-
#ifndef CHROME_BROWSER_SYNC_PROTOCOL_SERVICE_CONSTANTS_H_
#define CHROME_BROWSER_SYNC_PROTOCOL_SERVICE_CONSTANTS_H_
#pragma once