summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
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 /chrome/nacl
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 'chrome/nacl')
-rw-r--r--chrome/nacl/nacl_main_platform_delegate_mac.mm1
-rw-r--r--chrome/nacl/nacl_main_platform_delegate_win.cc2
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/nacl/nacl_main_platform_delegate_mac.mm b/chrome/nacl/nacl_main_platform_delegate_mac.mm
index 61a2ed7..c2373cb 100644
--- a/chrome/nacl/nacl_main_platform_delegate_mac.mm
+++ b/chrome/nacl/nacl_main_platform_delegate_mac.mm
@@ -8,6 +8,7 @@
#include <dlfcn.h>
#import "base/chrome_application_mac.h"
#include "base/command_line.h"
+#include "base/logging.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/sandbox_mac.h"
#include "third_party/WebKit/WebKit/mac/WebCoreSupport/WebSystemInterface.h"
diff --git a/chrome/nacl/nacl_main_platform_delegate_win.cc b/chrome/nacl/nacl_main_platform_delegate_win.cc
index 3cf140ca..2d90ec9 100644
--- a/chrome/nacl/nacl_main_platform_delegate_win.cc
+++ b/chrome/nacl/nacl_main_platform_delegate_win.cc
@@ -3,7 +3,9 @@
// found in the LICENSE file.
#include "chrome/nacl/nacl_main_platform_delegate.h"
+
#include "base/command_line.h"
+#include "base/logging.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_switches.h"
#include "sandbox/src/sandbox.h"