blob: dcab1cf7dda31a344103cc9197e68f64f42778e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) 2011 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 CHROME_BROWSER_MODAL_HTML_DIALOG_DELEGATE_H_
#define CHROME_BROWSER_MODAL_HTML_DIALOG_DELEGATE_H_
#pragma once
// TODO(jam): remove this file when all files have been converted.
#include "content/browser/modal_html_dialog_delegate.h"
#endif // CHROME_BROWSER_MODAL_HTML_DIALOG_DELEGATE_H_
|