summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
authormostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 23:29:12 +0000
committermostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 23:29:12 +0000
commitc014f2b3a4509e83b1fed576bebceadb392ae3fb (patch)
treef513690600e9bdc07d9dd1238c7662f435a580e1 /cloud_print
parent2c9492bd57039784a0a7d54f4a8693f9afb38a28 (diff)
downloadchromium_src-c014f2b3a4509e83b1fed576bebceadb392ae3fb.zip
chromium_src-c014f2b3a4509e83b1fed576bebceadb392ae3fb.tar.gz
chromium_src-c014f2b3a4509e83b1fed576bebceadb392ae3fb.tar.bz2
test IWYU fixups for base
These are some of the suggestions from running include-what-you-use[1] on the base target. [1] https://code.google.com/p/include-what-you-use/ BUG=259043 Review URL: https://chromiumcodereview.appspot.com/23540009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/service/win/cloud_print_service.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cloud_print/service/win/cloud_print_service.cc b/cloud_print/service/win/cloud_print_service.cc
index 058cf54..32fbe80 100644
--- a/cloud_print/service/win/cloud_print_service.cc
+++ b/cloud_print/service/win/cloud_print_service.cc
@@ -7,6 +7,9 @@
#include <iomanip>
#include <iostream>
+#include <iterator>
+#include <string>
+#include <vector>
#include "base/at_exit.h"
#include "base/bind.h"