Send compressed histograms with system logs when sending feedback.
[chromium-blink-merge.git] / android_webview / browser / aw_http_auth_handler_base.cc
blob0fd5419c2d172186824a2ba6ab92b28ca3946172
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "android_webview/browser/aw_http_auth_handler_base.h"
7 namespace android_webview {
9 AwHttpAuthHandlerBase::~AwHttpAuthHandlerBase() {
12 } // namespace android_webview