summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-30 20:15:25 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-30 20:15:25 +0000
commitdcd869cd5cc3d237e76608126094240c09fc3632 (patch)
tree28bc5af2ab3440952b3316ec38ca5d39e77890e2 /app
parent50d6e170a47305a393a07e7f2244e9045fd0ea07 (diff)
downloadchromium_src-dcd869cd5cc3d237e76608126094240c09fc3632.zip
chromium_src-dcd869cd5cc3d237e76608126094240c09fc3632.tar.gz
chromium_src-dcd869cd5cc3d237e76608126094240c09fc3632.tar.bz2
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
Diffstat (limited to 'app')
-rw-r--r--app/app_paths.cc7
-rw-r--r--app/gfx/gl/gl_implementation.cc1
2 files changed, 5 insertions, 3 deletions
diff --git a/app/app_paths.cc b/app/app_paths.cc
index b3efb09..ad10dad 100644
--- a/app/app_paths.cc
+++ b/app/app_paths.cc
@@ -1,12 +1,13 @@
-// Copyright (c) 2009 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.
+// Copyright (c) 2010 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.
#include "app/app_paths.h"
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/file_util.h"
+#include "base/logging.h"
#include "base/path_service.h"
namespace app {
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 {