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

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

Issue 2662453008: [Sync] Fix sync lint errors/includes, update presubmit. (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « components/sync/base/hash_util_unittest.cc ('k') | components/sync/device_info/device_info_sync_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/sync_features.h
diff --git a/components/sync/base/sync_features.h b/components/sync/base/sync_features.h
index 7abca4c87c387052517c033153221b44d52a100a..e3b0a67405d5a3eaefe924f21a83abff2d2ed281 100644
--- a/components/sync/base/sync_features.h
+++ b/components/sync/base/sync_features.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENETS_SYNC_BASE_SYNC_FEATURES_H_
-#define COMPONENETS_SYNC_BASE_SYNC_FEATURES_H_
+#ifndef COMPONENTS_SYNC_BASE_SYNC_FEATURES_H_
+#define COMPONENTS_SYNC_BASE_SYNC_FEATURES_H_
#include "base/feature_list.h"
@@ -13,4 +13,4 @@ extern const base::Feature kFillPasswordMetadata;
} // namespace syncer
-#endif // COMPONENETS_SYNC_BASE_SYNC_FEATURES_H_
+#endif // COMPONENTS_SYNC_BASE_SYNC_FEATURES_H_
« no previous file with comments | « components/sync/base/hash_util_unittest.cc ('k') | components/sync/device_info/device_info_sync_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698