Fix base/thread.h header guard name.

This commit is contained in:
David Capello 2010-11-06 21:22:25 -03:00
parent db71acbb16
commit 67e67022fa

View File

@ -4,8 +4,8 @@
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
#ifndef GUI_THREAD_H_INCLUDED
#define GUI_THREAD_H_INCLUDED
#ifndef BASE_THREAD_H_INCLUDED
#define BASE_THREAD_H_INCLUDED
namespace base { // Based on C++0x threads lib