1 // Copyright 2014 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 "components/search_provider_logos/logo_common.h"
9 namespace search_provider_logos
{
11 const int64_t kMaxTimeToLiveMS
= INT64_C(30 * 24 * 60 * 60 * 1000); // 30 days
13 LogoMetadata::LogoMetadata() : can_show_after_expiration(false) {}
14 LogoMetadata::~LogoMetadata() {}
16 EncodedLogo::EncodedLogo() {}
17 EncodedLogo::~EncodedLogo() {}
22 } // namespace search_provider_logos