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

Side by Side Diff: components/sync/base/pref_names.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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
« no previous file with comments | « components/sync/base/model_type.h ('k') | components/sync/base/progress_marker_map.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // Constants for the names of various sync preferences, for easier changing.
6
7 #ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_ 5 #ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_
8 #define COMPONENTS_SYNC_BASE_PREF_NAMES_H_ 6 #define COMPONENTS_SYNC_BASE_PREF_NAMES_H_
9 7
10 #include "build/build_config.h" 8 #include "build/build_config.h"
11 9
12 namespace syncer { 10 namespace syncer {
13 11
14 namespace prefs { 12 namespace prefs {
15 13
16 extern const char kSyncLastSyncedTime[]; 14 extern const char kSyncLastSyncedTime[];
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 extern const char kSyncLastRunVersion[]; 77 extern const char kSyncLastRunVersion[];
80 78
81 extern const char kSyncPassphraseEncryptionTransitionInProgress[]; 79 extern const char kSyncPassphraseEncryptionTransitionInProgress[];
82 extern const char kSyncNigoriStateForPassphraseTransition[]; 80 extern const char kSyncNigoriStateForPassphraseTransition[];
83 81
84 } // namespace prefs 82 } // namespace prefs
85 83
86 } // namespace syncer 84 } // namespace syncer
87 85
88 #endif // COMPONENTS_SYNC_BASE_PREF_NAMES_H_ 86 #endif // COMPONENTS_SYNC_BASE_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « components/sync/base/model_type.h ('k') | components/sync/base/progress_marker_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698