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

Unified Diff: components/sync/base/pref_names.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Rebase and removing TODO about exporting. 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 side-by-side diff with in-line comments
Download patch
Index: components/sync/base/pref_names.h
diff --git a/components/sync/base/pref_names.h b/components/sync/base/pref_names.h
index ae776ff0961d3a0d682d5bc0300e8ddf34b84d13..8344832aa1f51cddcf4a5dc9c6f4150eb663e977 100644
--- a/components/sync/base/pref_names.h
+++ b/components/sync/base/pref_names.h
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Constants for the names of various sync preferences, for easier changing.
-
#ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_
#define COMPONENTS_SYNC_BASE_PREF_NAMES_H_
@@ -13,6 +11,8 @@ namespace syncer {
namespace prefs {
+// Constants for the names of various sync preferences, for easier changing.
maxbogue 2016/10/17 23:59:46 This comment is ironic since changing a preference
skym 2016/10/18 14:39:08 Haha, you make a great point about them not really
+
extern const char kSyncLastSyncedTime[];
extern const char kSyncLastPollTime[];
extern const char kSyncHasAuthError[];

Powered by Google App Engine
This is Rietveld 408576698