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

Side by Side Diff: sync/test/engine/fake_model_worker.h

Issue 10700154: Remove #pragma once from sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sync/syncable/write_transaction_info.h ('k') | sync/test/engine/mock_connection_manager.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_ 5 #ifndef SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
6 #define SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_ 6 #define SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
7 #pragma once
8 7
9 #include <vector> 8 #include <vector>
10 9
11 #include "base/basictypes.h" 10 #include "base/basictypes.h"
12 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
13 #include "base/threading/non_thread_safe.h" 12 #include "base/threading/non_thread_safe.h"
14 #include "sync/internal_api/public/engine/model_safe_worker.h" 13 #include "sync/internal_api/public/engine/model_safe_worker.h"
15 #include "sync/internal_api/public/util/syncer_error.h" 14 #include "sync/internal_api/public/util/syncer_error.h"
16 15
17 namespace syncer { 16 namespace syncer {
(...skipping 14 matching lines...) Expand all
32 31
33 const ModelSafeGroup group_; 32 const ModelSafeGroup group_;
34 33
35 DISALLOW_COPY_AND_ASSIGN(FakeModelWorker); 34 DISALLOW_COPY_AND_ASSIGN(FakeModelWorker);
36 }; 35 };
37 36
38 } // namespace syncer 37 } // namespace syncer
39 38
40 #endif // SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_ 39 #endif // SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
41 40
OLDNEW
« no previous file with comments | « sync/syncable/write_transaction_info.h ('k') | sync/test/engine/mock_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698