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

Unified Diff: components/sync/base/immutable.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/sync/base/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/immutable.h
diff --git a/components/sync/base/immutable.h b/components/sync/base/immutable.h
index 7b2ed1053a74112e52f742fd2151eab2b3843f9f..9d435ad2e180cdd251319392ea7d9223aaaf77d4 100644
--- a/components/sync/base/immutable.h
+++ b/components/sync/base/immutable.h
@@ -2,6 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef COMPONENTS_SYNC_BASE_IMMUTABLE_H_
+#define COMPONENTS_SYNC_BASE_IMMUTABLE_H_
+
+#include <utility>
+
+#include "base/macros.h"
+#include "base/memory/ref_counted.h"
+
// Immutable<T> provides an easy, cheap, and thread-safe way to pass
// large immutable data around.
//
@@ -61,14 +69,6 @@
// with forward-declared types. See comments on traits below for
// details.
-#ifndef COMPONENTS_SYNC_BASE_IMMUTABLE_H_
-#define COMPONENTS_SYNC_BASE_IMMUTABLE_H_
-
-#include <utility>
-
-#include "base/macros.h"
-#include "base/memory/ref_counted.h"
-
namespace syncer {
namespace internal {
« no previous file with comments | « no previous file | components/sync/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698