mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-22 07:27:55 +01:00
18f634c11f
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1779 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
15 lines
532 B
C
15 lines
532 B
C
// Copyright (c) 2012 The Chromium Embedded Framework 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 CEF_TESTS_UNITTESTS_CHROMIUM_INCLUDES_H_
|
|
#define CEF_TESTS_UNITTESTS_CHROMIUM_INCLUDES_H_
|
|
#pragma once
|
|
|
|
// Include some Chromium headers first to avoid type conflicts with CEF headers.
|
|
#include "base/bind.h"
|
|
#include "base/strings/string16.h"
|
|
#include "base/synchronization/lock.h"
|
|
|
|
#endif // CEF_TESTS_UNITTESTS_CHROMIUM_INCLUDES_H_
|