From c9c2e85080de97c6ec690e754f6fca2cb7df21c6 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sat, 17 Jul 2010 02:47:52 +0000 Subject: sync: Remove unused row_iterator.h file. BUG=26443 TEST=trybots Signed-off-by: Thiago Farina Review URL: http://codereview.chromium.org/3020010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52797 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/syncable/syncable-inl.h | 3 +-- chrome/browser/sync/syncable/syncable.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'chrome/browser/sync/syncable') diff --git a/chrome/browser/sync/syncable/syncable-inl.h b/chrome/browser/sync/syncable/syncable-inl.h index 5094561..1a34325 100644 --- a/chrome/browser/sync/syncable/syncable-inl.h +++ b/chrome/browser/sync/syncable/syncable-inl.h @@ -1,11 +1,10 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. #ifndef CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_INL_H_ #define CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_INL_H_ -#include "chrome/browser/sync/util/row_iterator.h" #include "chrome/common/sqlite_utils.h" namespace syncable { diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h index 8114f00..3793a2c 100644 --- a/chrome/browser/sync/syncable/syncable.h +++ b/chrome/browser/sync/syncable/syncable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -29,7 +29,6 @@ #include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/util/channel.h" #include "chrome/browser/sync/util/dbgq.h" -#include "chrome/browser/sync/util/row_iterator.h" #include "chrome/browser/sync/util/sync_types.h" #include "chrome/common/deprecated/event_sys.h" -- cgit v1.1