// Copyright (c) 2012 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. // Provides a temporary redirection while clients are updated to use the new // path. #ifndef NET_BASE_COOKIE_MONSTER_H_ #define NET_BASE_COOKIE_MONSTER_H_ #pragma once #include "net/cookies/cookie_monster.h" #endif // NET_BASE_COOKIE_MONSTER_H_