blob: 3f3645affdc1b1fde538c42e170eae7c0a547902 [file] [log] [blame]
// Copyright 2016 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.
#ifndef NGBlockLayoutAlgorithm_h
#define NGBlockLayoutAlgorithm_h
namespace blink {
class NGBlockLayoutAlgorithm {
public:
NGBlockLayoutAlgorithm();
};
} // namespace blink
#endif // NGBlockLayoutAlgorithm_h