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

Side by Side Diff: chrome/browser/sync/glue/chrome_extensions_activity_monitor.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_CHROME_EXTENSIONS_ACTIVITY_MONITOR_H_ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_CHROME_EXTENSIONS_ACTIVITY_MONITOR_H_
6 #define CHROME_BROWSER_SYNC_GLUE_CHROME_EXTENSIONS_ACTIVITY_MONITOR_H_ 6 #define CHROME_BROWSER_SYNC_GLUE_CHROME_EXTENSIONS_ACTIVITY_MONITOR_H_
7 #pragma once
8 7
9 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
10 #include "base/synchronization/lock.h" 9 #include "base/synchronization/lock.h"
11 #include "content/public/browser/notification_observer.h" 10 #include "content/public/browser/notification_observer.h"
12 #include "content/public/browser/notification_registrar.h" 11 #include "content/public/browser/notification_registrar.h"
13 #include "sync/util/extensions_activity_monitor.h" 12 #include "sync/util/extensions_activity_monitor.h"
14 13
15 namespace browser_sync { 14 namespace browser_sync {
16 15
17 // Chrome-specific implementation of syncer::ExtensionsActivityMonitor. 16 // Chrome-specific implementation of syncer::ExtensionsActivityMonitor.
(...skipping 21 matching lines...) Expand all
39 Records records_; 38 Records records_;
40 mutable base::Lock records_lock_; 39 mutable base::Lock records_lock_;
41 40
42 // Used only on UI loop. 41 // Used only on UI loop.
43 content::NotificationRegistrar registrar_; 42 content::NotificationRegistrar registrar_;
44 }; 43 };
45 44
46 } // namespace browser_sync 45 } // namespace browser_sync
47 46
48 #endif // CHROME_BROWSER_SYNC_GLUE_CHROME_EXTENSIONS_ACTIVITY_MONITOR_H_ 47 #endif // CHROME_BROWSER_SYNC_GLUE_CHROME_EXTENSIONS_ACTIVITY_MONITOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/chrome_encryptor.h ('k') | chrome/browser/sync/glue/chrome_report_unrecoverable_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698