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

Side by Side Diff: sync/notifier/chrome_system_resources.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/notifier/chrome_invalidation_client.h ('k') | sync/notifier/invalidation_notifier.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 // Simple system resources class that uses the current message loop 5 // Simple system resources class that uses the current message loop
6 // for scheduling. Assumes the current message loop is already 6 // for scheduling. Assumes the current message loop is already
7 // running. 7 // running.
8 8
9 #ifndef SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_ 9 #ifndef SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_
10 #define SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_ 10 #define SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_
11 #pragma once
12 11
13 #include <set> 12 #include <set>
14 #include <string> 13 #include <string>
15 #include <vector> 14 #include <vector>
16 15
17 #include "base/compiler_specific.h" 16 #include "base/compiler_specific.h"
18 #include "base/memory/scoped_ptr.h" 17 #include "base/memory/scoped_ptr.h"
19 #include "base/memory/weak_ptr.h" 18 #include "base/memory/weak_ptr.h"
20 #include "base/message_loop.h" 19 #include "base/message_loop.h"
21 #include "base/threading/non_thread_safe.h" 20 #include "base/threading/non_thread_safe.h"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 scoped_ptr<ChromeLogger> logger_; 141 scoped_ptr<ChromeLogger> logger_;
143 scoped_ptr<ChromeScheduler> internal_scheduler_; 142 scoped_ptr<ChromeScheduler> internal_scheduler_;
144 scoped_ptr<ChromeScheduler> listener_scheduler_; 143 scoped_ptr<ChromeScheduler> listener_scheduler_;
145 scoped_ptr<ChromeStorage> storage_; 144 scoped_ptr<ChromeStorage> storage_;
146 PushClientChannel push_client_channel_; 145 PushClientChannel push_client_channel_;
147 }; 146 };
148 147
149 } // namespace syncer 148 } // namespace syncer
150 149
151 #endif // SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_ 150 #endif // SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_
OLDNEW
« no previous file with comments | « sync/notifier/chrome_invalidation_client.h ('k') | sync/notifier/invalidation_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698