diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 02:47:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 02:47:52 +0000 |
commit | c9c2e85080de97c6ec690e754f6fca2cb7df21c6 (patch) | |
tree | 8caa331c7ef9a256966aa7c0d7481f1815c425c9 /chrome/browser/sync/syncable/syncable-inl.h | |
parent | 53cf470b6efe44e6960e30e260dd3d61cf331814 (diff) | |
download | chromium_src-c9c2e85080de97c6ec690e754f6fca2cb7df21c6.zip chromium_src-c9c2e85080de97c6ec690e754f6fca2cb7df21c6.tar.gz chromium_src-c9c2e85080de97c6ec690e754f6fca2cb7df21c6.tar.bz2 |
sync: Remove unused row_iterator.h file.
BUG=26443
TEST=trybots
Signed-off-by: Thiago Farina <tfarina@chromium.org>
Review URL: http://codereview.chromium.org/3020010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/syncable/syncable-inl.h')
-rw-r--r-- | chrome/browser/sync/syncable/syncable-inl.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |