summaryrefslogtreecommitdiff
path: root/mock_service.h
diff options
context:
space:
mode:
authorHristo Stefanov <hstefanov@chromium.org>2011-11-29 15:37:30 -0800
committerGerrit <chrome-bot@google.com>2011-12-01 18:15:10 -0800
commited2c28c6e3c0bc2f9d8832fee083868304178f08 (patch)
treeb2f69e0a0bdf743715101e728ff23e3ba4155aad /mock_service.h
parent6489632c8af323872034fa0c955151e8e13d3350 (diff)
downloadshill-ed2c28c6e3c0bc2f9d8832fee083868304178f08.tar.gz
shill: cleaning glint warnings
The typical warnings addressed include a lot of missing includes and missing argument names. About 30 files edited in total. Cpplint was the actual lint being run. BUG=chromium-os:15873 TEST=Ran all the unit tests. Change-Id: I64a8b76cd8f94c7729743b76b41a956f1b7370cf Reviewed-on: https://gerrit.chromium.org/gerrit/12253 Commit-Ready: Hristo Stefanov <hstefanov@chromium.org> Reviewed-by: Hristo Stefanov <hstefanov@chromium.org> Tested-by: Hristo Stefanov <hstefanov@chromium.org>
Diffstat (limited to 'mock_service.h')
-rw-r--r--mock_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mock_service.h b/mock_service.h
index d58503cc..7e404453 100644
--- a/mock_service.h
+++ b/mock_service.h
@@ -5,6 +5,8 @@
#ifndef SHILL_MOCK_SERVICE_
#define SHILL_MOCK_SERVICE_
+#include <string>
+
#include <base/memory/ref_counted.h>
#include <gmock/gmock.h>