summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-18 16:49:14 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-18 16:50:54 +0000
commitbb5afcdfe7dda12171e59148a84775da48b86e3f (patch)
treefb307814221a4b09b261cfb4afd90161e63c7a7b /win8
parentb8f8fd2d5f9a8d240611c8e73f13bee95f9e04a0 (diff)
downloadchromium_src-bb5afcdfe7dda12171e59148a84775da48b86e3f.zip
chromium_src-bb5afcdfe7dda12171e59148a84775da48b86e3f.tar.gz
chromium_src-bb5afcdfe7dda12171e59148a84775da48b86e3f.tar.bz2
Remove a using statement from a header.
Header files should never contain using statements that aren't nested in a namespace. Cleaner, and fixes a -Wheader-hygiene warning on the clang/win bot. BUG=82385 R=robertshield@chromium.org Review URL: https://codereview.chromium.org/483683003 Cr-Commit-Position: refs/heads/master@{#290271} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8')
-rw-r--r--win8/delegate_execute/command_execute_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index 72e1085..0fffd4f 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -15,8 +15,6 @@
#include "base/process/process_handle.h"
#include "win8/delegate_execute/resource.h" // main symbols
-using namespace ATL;
-
EXTERN_C const GUID CLSID_CommandExecuteImpl;
// CommandExecuteImpl