Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: third_party/power_gadget/PowerGadgetLib.cpp

Issue 441083003: Fix clang warning for 'using namespace std' in a header file: PowerGadgetLib.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/power_gadget/PowerGadgetLib.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/power_gadget/PowerGadgetLib.cpp
diff --git a/third_party/power_gadget/PowerGadgetLib.cpp b/third_party/power_gadget/PowerGadgetLib.cpp
index f154c5325b9606e80819e9980c7f51c96a23b28c..d7f20f1c556218d4f057a8438d8a4c7e908819e4 100644
--- a/third_party/power_gadget/PowerGadgetLib.cpp
+++ b/third_party/power_gadget/PowerGadgetLib.cpp
@@ -28,8 +28,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "PowerGadgetLib.h"
-#include <Windows.h>
-#include <string>
#include <vector>
using namespace std;
« no previous file with comments | « third_party/power_gadget/PowerGadgetLib.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698