summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 22:19:20 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 22:19:20 +0000
commit90aa52b26b0eaaa123a9543bbd51029ddbcb9924 (patch)
tree79aaa57085682ebb1ed116cea8c0251d5cabcd4f /chrome/browser/profiles
parentb7d4d22fc8cba0851659aed571596635dccc4dc4 (diff)
downloadchromium_src-90aa52b26b0eaaa123a9543bbd51029ddbcb9924.zip
chromium_src-90aa52b26b0eaaa123a9543bbd51029ddbcb9924.tar.gz
chromium_src-90aa52b26b0eaaa123a9543bbd51029ddbcb9924.tar.bz2
Rename browser/sync/test/live_sync directory to browser/sync/test/integration
http://codereview.chromium.org/7828055/ moved all sync test collateral from chrome/tests to chrome/browser/sync/test. This patch renames the browser/sync/test/live_sync directory to browser/sync/test/integration, to differentiate the integration tests from other test categories (like unit tests, sync engine tests, etc.) It also renames the class LiveSyncTest to SyncTest, in keeping with the name changes that went in with the recent sync integration test framework refactor. BUG=90905 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/7841007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r--chrome/browser/profiles/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index a997f02..c2ba480 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -145,10 +145,10 @@ class Profile : public content::BrowserContext {
friend class AutofillDownloadManager;
friend class ChromePluginMessageFilter;
friend class BrowserListTabContentsProvider;
- friend class LiveSyncTest;
friend class MetricsService;
friend class SafeBrowsingServiceTestHelper;
friend class SdchDictionaryFetcher;
+ friend class SyncTest;
friend class Toolbar5Importer;
friend class TranslateManager;
friend class chrome::ChromeContentBrowserClient;