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

Side by Side Diff: chrome/browser/sync/glue/history_model_worker.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_HISTORY_MODEL_WORKER_H_ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_HISTORY_MODEL_WORKER_H_
6 #define CHROME_BROWSER_SYNC_GLUE_HISTORY_MODEL_WORKER_H_ 6 #define CHROME_BROWSER_SYNC_GLUE_HISTORY_MODEL_WORKER_H_
7 #pragma once
8 7
9 #include "sync/internal_api/public/engine/model_safe_worker.h" 8 #include "sync/internal_api/public/engine/model_safe_worker.h"
10 9
11 #include "base/basictypes.h" 10 #include "base/basictypes.h"
12 #include "base/callback_forward.h" 11 #include "base/callback_forward.h"
13 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
14 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
15 #include "chrome/browser/cancelable_request.h" 14 #include "chrome/browser/cancelable_request.h"
16 15
17 class HistoryService; 16 class HistoryService;
(...skipping 17 matching lines...) Expand all
35 scoped_refptr<HistoryService> history_service_; 34 scoped_refptr<HistoryService> history_service_;
36 // Helper object to make sure we don't leave tasks running on the history 35 // Helper object to make sure we don't leave tasks running on the history
37 // thread. 36 // thread.
38 CancelableRequestConsumerT<int, 0> cancelable_consumer_; 37 CancelableRequestConsumerT<int, 0> cancelable_consumer_;
39 DISALLOW_COPY_AND_ASSIGN(HistoryModelWorker); 38 DISALLOW_COPY_AND_ASSIGN(HistoryModelWorker);
40 }; 39 };
41 40
42 } // namespace browser_sync 41 } // namespace browser_sync
43 42
44 #endif // CHROME_BROWSER_SYNC_GLUE_HISTORY_MODEL_WORKER_H_ 43 #endif // CHROME_BROWSER_SYNC_GLUE_HISTORY_MODEL_WORKER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/generic_change_processor.h ('k') | chrome/browser/sync/glue/model_association_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698