chromium/components/subresource_filter/core/common/activation_scope.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/subresource_filter/core/common/activation_scope.h"

#include <ostream>

#include "base/notreached.h"

namespace subresource_filter {

std::ostream& operator<<(std::ostream& os, const ActivationScope& state) {}

}  // namespace subresource_filter