chromium/chrome/browser/printing/print_preview_test.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_
#define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_

#include "chrome/test/base/browser_with_test_window_test.h"

class PrintPreviewTest : public BrowserWithTestWindowTest {};

#endif  // CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_