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

Side by Side Diff: components/sync/syncable/directory_unittest.h

Issue 2245073003: [Sync] Clean up intra-sync DEPS significantly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments/fix test. Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « components/sync/sync_tests.gypi ('k') | components/sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_ 5 #ifndef COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
6 #define COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_ 6 #define COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <string> 10 #include <string>
11 11
12 #include "base/message_loop/message_loop.h" 12 #include "base/message_loop/message_loop.h"
13 #include "components/sync/base/fake_encryptor.h"
13 #include "components/sync/base/test_unrecoverable_error_handler.h" 14 #include "components/sync/base/test_unrecoverable_error_handler.h"
14 #include "components/sync/syncable/in_memory_directory_backing_store.h" 15 #include "components/sync/syncable/in_memory_directory_backing_store.h"
15 #include "components/sync/syncable/mutable_entry.h" 16 #include "components/sync/syncable/mutable_entry.h"
16 #include "components/sync/syncable/syncable_read_transaction.h" 17 #include "components/sync/syncable/syncable_read_transaction.h"
17 #include "components/sync/syncable/syncable_write_transaction.h" 18 #include "components/sync/syncable/syncable_write_transaction.h"
18 #include "components/sync/test/engine/test_id_factory.h" 19 #include "components/sync/test/engine/test_id_factory.h"
19 #include "components/sync/test/fake_encryptor.h"
20 #include "components/sync/test/null_directory_change_delegate.h" 20 #include "components/sync/test/null_directory_change_delegate.h"
21 #include "components/sync/test/null_transaction_observer.h" 21 #include "components/sync/test/null_transaction_observer.h"
22 #include "testing/gtest/include/gtest/gtest.h" 22 #include "testing/gtest/include/gtest/gtest.h"
23 23
24 namespace syncer { 24 namespace syncer {
25 25
26 namespace syncable { 26 namespace syncable {
27 27
28 class BaseTransaction; 28 class BaseTransaction;
29 29
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 FakeEncryptor encryptor_; 106 FakeEncryptor encryptor_;
107 TestUnrecoverableErrorHandler handler_; 107 TestUnrecoverableErrorHandler handler_;
108 sql::Connection connection_; 108 sql::Connection connection_;
109 }; 109 };
110 110
111 } // namespace syncable 111 } // namespace syncable
112 112
113 } // namespace syncer 113 } // namespace syncer
114 114
115 #endif // COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_ 115 #endif // COMPONENTS_SYNC_SYNCABLE_DIRECTORY_UNITTEST_H_
OLDNEW
« no previous file with comments | « components/sync/sync_tests.gypi ('k') | components/sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698