summaryrefslogtreecommitdiffstats
path: root/net/base/sdch_observer.cc
blob: 9bf44addd6814da56a891c5efb325dca536ad6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2014 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.

#include "net/base/sdch_observer.h"

#include "base/logging.h"
#include "net/base/sdch_manager.h"

namespace net {

SdchObserver::~SdchObserver() {
}
}