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

Unified Diff: webkit/plugins/npapi/test/plugin_windowless_test.cc

Issue 16739016: Use a direct include of strings headers in webkit/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing include from ordering Created 7 years, 6 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 | « webkit/plugins/npapi/test/plugin_windowless_test.h ('k') | webkit/plugins/npapi/webplugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_windowless_test.cc
diff --git a/webkit/plugins/npapi/test/plugin_windowless_test.cc b/webkit/plugins/npapi/test/plugin_windowless_test.cc
index 0a04f8af48be073ab4e4bba684faafd8c0ec8f70..117834ba86130e96abc0d5c90e20af913f28cae0 100644
--- a/webkit/plugins/npapi/test/plugin_windowless_test.cc
+++ b/webkit/plugins/npapi/test/plugin_windowless_test.cc
@@ -3,9 +3,11 @@
// found in the LICENSE file.
#define STRSAFE_NO_DEPRECATE
-#include "base/string_util.h"
-#include "base/strings/string_number_conversions.h"
+
#include "webkit/plugins/npapi/test/plugin_windowless_test.h"
+
+#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_util.h"
#include "webkit/plugins/npapi/test/plugin_client.h"
#if defined(TOOLKIT_GTK)
« no previous file with comments | « webkit/plugins/npapi/test/plugin_windowless_test.h ('k') | webkit/plugins/npapi/webplugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698