summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_ui_util_unittest.cc
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 10:11:50 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-03 10:11:50 +0000
commit061a5ea886987c122fdc7dfcba8e905e3032337b (patch)
tree41fe79701ec9b6d532c0a90503dcdf9971473763 /chrome/browser/sync/sync_ui_util_unittest.cc
parent605b31678393ea58df5752d7abdb4dd6366bd59c (diff)
downloadchromium_src-061a5ea886987c122fdc7dfcba8e905e3032337b.zip
chromium_src-061a5ea886987c122fdc7dfcba8e905e3032337b.tar.gz
chromium_src-061a5ea886987c122fdc7dfcba8e905e3032337b.tar.bz2
[Sync] Remove need for WideToUTF8 conversion for SyncBackendHost
Add includes for files that didn't include utf_string_conversions.h but pulled in the functions from sync_backend_host.h. BUG= TEST= Review URL: http://codereview.chromium.org/7549029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/sync_ui_util_unittest.cc')
-rw-r--r--chrome/browser/sync/sync_ui_util_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/sync_ui_util_unittest.cc b/chrome/browser/sync/sync_ui_util_unittest.cc
index 9c9f900..d6a416c 100644
--- a/chrome/browser/sync/sync_ui_util_unittest.cc
+++ b/chrome/browser/sync/sync_ui_util_unittest.cc
@@ -1,8 +1,9 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/basictypes.h"
+#include "base/utf_string_conversions.h"
#include "chrome/browser/sync/sync_ui_util.h"
#include "chrome/browser/sync/profile_sync_service_mock.h"
#include "content/browser/browser_thread.h"