// 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 "athena/home/home_card_constants.h" namespace athena { const int kHomeCardHeight = 100; const int kHomeCardMinimizedHeight = 6; const int kHomeCardSearchBoxId = 1000; } // namespace athena