summaryrefslogtreecommitdiffstats
path: root/sandbox/src/registry_dispatcher.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 23:20:46 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 23:20:46 +0000
commitbd1d148d3f4888f715c2c9995d78b9294c35084b (patch)
tree1b52a161163b020244e2b1e398847d2275070635 /sandbox/src/registry_dispatcher.cc
parent9d806f57abc6b55a5decad8b230b1f8c31c692ba (diff)
downloadchromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.zip
chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.gz
chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.bz2
Remove logging.h from cc files that don't use it.
Review URL: http://codereview.chromium.org/42155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src/registry_dispatcher.cc')
-rw-r--r--sandbox/src/registry_dispatcher.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/src/registry_dispatcher.cc b/sandbox/src/registry_dispatcher.cc
index 5b1786c..c354256 100644
--- a/sandbox/src/registry_dispatcher.cc
+++ b/sandbox/src/registry_dispatcher.cc
@@ -4,7 +4,6 @@
#include "sandbox/src/registry_dispatcher.h"
-#include "base/logging.h"
#include "base/scoped_handle_win.h"
#include "base/win_util.h"
#include "sandbox/src/crosscall_client.h"