// Copyright 2015 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 "base/basictypes.h" | |
namespace sky { | |
namespace shell { | |
extern const uint8_t* kUpdaterSnapshotBuffer; | |
extern const size_t kUpdaterSnapshotBufferSize; | |
} // namespace shell | |
} // namespace sky |