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

Unified Diff: components/sync/test/null_transaction_observer.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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: components/sync/test/null_transaction_observer.h
diff --git a/sync/test/null_transaction_observer.h b/components/sync/test/null_transaction_observer.h
similarity index 66%
rename from sync/test/null_transaction_observer.h
rename to components/sync/test/null_transaction_observer.h
index 3b61112e02aedc143cdee4ab97fabc0ba54a23e1..d4d578ba9c97ca6af23498e1be54e2312b8d6b45 100644
--- a/sync/test/null_transaction_observer.h
+++ b/components/sync/test/null_transaction_observer.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
-#define SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
+#ifndef COMPONENTS_SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
+#define COMPONENTS_SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
-#include "sync/internal_api/public/util/weak_handle.h"
+#include "components/sync/base/weak_handle.h"
namespace syncer {
namespace syncable {
@@ -19,4 +19,4 @@ WeakHandle<TransactionObserver> NullTransactionObserver();
} // namespace syncable
} // namespace syncer
-#endif // SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
+#endif // COMPONENTS_SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
« no previous file with comments | « components/sync/test/null_directory_change_delegate.cc ('k') | components/sync/test/null_transaction_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698