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

Unified Diff: components/sync/syncable/directory_unittest.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/syncable/directory_unittest.h
diff --git a/sync/syncable/directory_unittest.h b/components/sync/syncable/directory_unittest.h
similarity index 82%
rename from sync/syncable/directory_unittest.h
rename to components/sync/syncable/directory_unittest.h
index 0d18986247639087bbe15618dd2e62c762d6fe41..a11bbbe8fd062463083d9ad6c0240b06a143ac5c 100644
--- a/sync/syncable/directory_unittest.h
+++ b/components/sync/syncable/directory_unittest.h
@@ -2,23 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
-#define SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
+#define COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
#include <stdint.h>
#include <string>
#include "base/message_loop/message_loop.h"
-#include "sync/syncable/in_memory_directory_backing_store.h"
-#include "sync/syncable/mutable_entry.h"
-#include "sync/syncable/syncable_read_transaction.h"
-#include "sync/syncable/syncable_write_transaction.h"
-#include "sync/test/engine/test_id_factory.h"
-#include "sync/test/fake_encryptor.h"
-#include "sync/test/null_directory_change_delegate.h"
-#include "sync/test/null_transaction_observer.h"
-#include "sync/util/test_unrecoverable_error_handler.h"
+#include "components/sync/base/test_unrecoverable_error_handler.h"
+#include "components/sync/syncable/in_memory_directory_backing_store.h"
+#include "components/sync/syncable/mutable_entry.h"
+#include "components/sync/syncable/syncable_read_transaction.h"
+#include "components/sync/syncable/syncable_write_transaction.h"
+#include "components/sync/test/engine/test_id_factory.h"
+#include "components/sync/test/fake_encryptor.h"
+#include "components/sync/test/null_directory_change_delegate.h"
+#include "components/sync/test/null_transaction_observer.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
@@ -112,4 +112,4 @@ class SyncableDirectoryTest : public testing::Test {
} // namespace syncer
-#endif // SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
« no previous file with comments | « components/sync/syncable/directory_change_delegate.h ('k') | components/sync/syncable/directory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698