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

Unified Diff: components/sync/test/engine/test_id_factory.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
Index: components/sync/test/engine/test_id_factory.h
diff --git a/components/sync/test/engine/test_id_factory.h b/components/sync/test/engine/test_id_factory.h
index 6dcaa6107f563d4fd5893fff6e3b91cf42e1a173..ce0f1e7c19a13ca5b0ca1c7697bb56ba1302e3ed 100644
--- a/components/sync/test/engine/test_id_factory.h
+++ b/components/sync/test/engine/test_id_factory.h
@@ -1,8 +1,6 @@
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// A tool making it easier to create IDs for unit testing.
#ifndef COMPONENTS_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
#define COMPONENTS_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
@@ -16,6 +14,7 @@
namespace syncer {
+// A tool making it easier to create IDs for unit testing.
class TestIdFactory {
public:
TestIdFactory() : next_value_(1337000) {}
« no previous file with comments | « components/sync/test/engine/test_directory_setter_upper.h ('k') | components/sync/test/engine/test_syncable_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698