| Index: sync/syncable/directory_backing_store.cc
|
| diff --git a/sync/syncable/directory_backing_store.cc b/sync/syncable/directory_backing_store.cc
|
| index a6095279c86a37dd3aa0ccaee513f458c5d410bf..f18badaed3beabcbf2e4366ccadde66c9af69c00 100644
|
| --- a/sync/syncable/directory_backing_store.cc
|
| +++ b/sync/syncable/directory_backing_store.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 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.
|
|
|
| @@ -39,7 +39,6 @@ namespace syncable {
|
| static const string::size_type kUpdateStatementBufferSize = 2048;
|
|
|
| // Increment this version whenever updating DB tables.
|
| -extern const int32 kCurrentDBVersion; // Global visibility for our unittest.
|
| const int32 kCurrentDBVersion = 85;
|
|
|
| // Iterate over the fields of |entry| and bind each to |statement| for
|
|
|