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

Side by Side Diff: chrome/browser/sync/glue/fake_generic_change_processor.h

Issue 10689154: Remove #pragma once from chrome/browser/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
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 CHROME_BROWSER_SYNC_GLUE_FAKE_GENERIC_CHANGE_PROCESSOR_H_ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_FAKE_GENERIC_CHANGE_PROCESSOR_H_
6 #define CHROME_BROWSER_SYNC_GLUE_FAKE_GENERIC_CHANGE_PROCESSOR_H_ 6 #define CHROME_BROWSER_SYNC_GLUE_FAKE_GENERIC_CHANGE_PROCESSOR_H_
7 #pragma once
8 7
9 #include "chrome/browser/sync/glue/generic_change_processor.h" 8 #include "chrome/browser/sync/glue/generic_change_processor.h"
10 9
11 #include "sync/api/sync_error.h" 10 #include "sync/api/sync_error.h"
12 11
13 namespace browser_sync { 12 namespace browser_sync {
14 13
15 // A fake GenericChangeProcessor that can return arbitrary values. 14 // A fake GenericChangeProcessor that can return arbitrary values.
16 class FakeGenericChangeProcessor : public GenericChangeProcessor { 15 class FakeGenericChangeProcessor : public GenericChangeProcessor {
17 public: 16 public:
(...skipping 23 matching lines...) Expand all
41 syncer::SyncError get_sync_data_for_type_error_; 40 syncer::SyncError get_sync_data_for_type_error_;
42 bool sync_model_has_user_created_nodes_; 41 bool sync_model_has_user_created_nodes_;
43 bool sync_model_has_user_created_nodes_success_; 42 bool sync_model_has_user_created_nodes_success_;
44 bool crypto_ready_if_necessary_; 43 bool crypto_ready_if_necessary_;
45 syncer::ModelType type_; 44 syncer::ModelType type_;
46 }; 45 };
47 46
48 } // namespace browser_sync 47 } // namespace browser_sync
49 48
50 #endif // CHROME_BROWSER_SYNC_GLUE_FAKE_GENERIC_CHANGE_PROCESSOR_H_ 49 #endif // CHROME_BROWSER_SYNC_GLUE_FAKE_GENERIC_CHANGE_PROCESSOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/fake_data_type_controller.h ('k') | chrome/browser/sync/glue/frontend_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698