Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: chrome/browser/sync/test/live_sync/sync_datatype_helper.h

Issue 7841007: Rename browser/sync/test/live_sync directory to browser/sync/test/integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/live_sync/sync_datatype_helper.h
diff --git a/chrome/browser/sync/test/live_sync/sync_datatype_helper.h b/chrome/browser/sync/test/live_sync/sync_datatype_helper.h
deleted file mode 100644
index 8a2593ca6e8115de6e73ba21bb4b03178869c01a..0000000000000000000000000000000000000000
--- a/chrome/browser/sync/test/live_sync/sync_datatype_helper.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// 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.
-
-#ifndef CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_SYNC_DATATYPE_HELPER_H_
-#define CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_SYNC_DATATYPE_HELPER_H_
-#pragma once
-
-#include "base/basictypes.h"
-
-class LiveSyncTest;
-
-namespace sync_datatype_helper {
-
-// Associates an instance of LiveSyncTest with sync_datatype_helper. Must be
-// called before any of the methods in the per-datatype helper namespaces can be
-// used.
-void AssociateWithTest(LiveSyncTest* test);
-
-// Returns a pointer to the instance of LiveSyncTest associated with the
-// per-datatype helpers after making sure it is valid.
-LiveSyncTest* test();
-
-} // namespace sync_datatype_helper
-
-#endif // CHROME_BROWSER_SYNC_TEST_LIVE_SYNC_SYNC_DATATYPE_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698