| 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) {}
|
|
|