From dcd869cd5cc3d237e76608126094240c09fc3632 Mon Sep 17 00:00:00 2001 From: "erg@google.com" <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Mon, 30 Aug 2010 20:15:25 +0000 Subject: FBTF: Move some heavy, repeatedly emitted symbols to implementation files. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3162047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57896 0039d316-1c4b-4281-b951-d872f2087c98 --- app/gfx/gl/gl_implementation.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'app/gfx') diff --git a/app/gfx/gl/gl_implementation.cc b/app/gfx/gl/gl_implementation.cc index 3739611..21a4455 100644 --- a/app/gfx/gl/gl_implementation.cc +++ b/app/gfx/gl/gl_implementation.cc @@ -10,6 +10,7 @@ #include "app/app_switches.h" #include "base/at_exit.h" #include "base/command_line.h" +#include "base/logging.h" namespace gfx { namespace { -- cgit v1.1