summaryrefslogtreecommitdiffstats
path: root/sync/syncable
diff options
context:
space:
mode:
authorskym <skym@chromium.org>2015-12-14 15:11:15 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-14 23:13:14 +0000
commitc16ff6353c0ef641aadf2d86c8840e3f75a1749e (patch)
tree026cd032f87c4f6d5daf5cb84c7a1f18b1128852 /sync/syncable
parent0b1bb330141a42c8965dfbe4a506c88f15c066e5 (diff)
downloadchromium_src-c16ff6353c0ef641aadf2d86c8840e3f75a1749e.zip
chromium_src-c16ff6353c0ef641aadf2d86c8840e3f75a1749e.tar.gz
chromium_src-c16ff6353c0ef641aadf2d86c8840e3f75a1749e.tar.bz2
[Sync] Removing unnecessary using directive.
At first I was concerned that these using directives might be forcing ambiguous resolution somewhere and that removing them would subtly break something. After tracking down how they were added, I no longer have this concern. See https://chromiumcodereview.appspot.com/10795018 and https://chromiumcodereview.appspot.com/10821121 BUG=567301 Review URL: https://codereview.chromium.org/1505243004 Cr-Commit-Position: refs/heads/master@{#365121}
Diffstat (limited to 'sync/syncable')
-rw-r--r--sync/syncable/directory_backing_store.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync/syncable/directory_backing_store.cc b/sync/syncable/directory_backing_store.cc
index 54b573f..55c99d3 100644
--- a/sync/syncable/directory_backing_store.cc
+++ b/sync/syncable/directory_backing_store.cc
@@ -1632,7 +1632,6 @@ bool DirectoryBackingStore::CreateShareInfoTableVersion71(
bool DirectoryBackingStore::VerifyReferenceIntegrity(
const Directory::MetahandlesMap* handles_map) {
TRACE_EVENT0("sync", "SyncDatabaseIntegrityCheck");
- using namespace syncable;
typedef base::hash_set<std::string> IdsSet;
IdsSet ids_set;