summaryrefslogtreecommitdiff
path: root/test_utils.cc
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@chromium.org>2014-06-16 13:19:00 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-18 01:39:59 +0000
commitd2779df63aaad8b65fc5d4badee7dbc9bed7f2b6 (patch)
treee34a511ee4068d8d9cd46a992a4e147f3afbd351 /test_utils.cc
parentb683327ed3f50ef89324069fc87ee076b65bee46 (diff)
update_engine: fixed warnings from cpplint
Fixed all the cpplint warnings in update engine. BUG=None TEST=Unit tests still pass. Change-Id: I285ae858eec8abe0b26ff203b99a42a200ceb71c Reviewed-on: https://chromium-review.googlesource.com/204027 Reviewed-by: Alex Vakulenko <avakulenko@chromium.org> Tested-by: Alex Vakulenko <avakulenko@chromium.org> Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
Diffstat (limited to 'test_utils.cc')
-rw-r--r--test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils.cc b/test_utils.cc
index 7e03ef19..b452ca35 100644
--- a/test_utils.cc
+++ b/test_utils.cc
@@ -301,7 +301,7 @@ void VerifyAllPaths(const string& parent, set<string> expected_paths) {
ScopedLoopMounter::ScopedLoopMounter(const string& file_path,
string* mnt_path,
- unsigned long flags) {
+ unsigned long flags) { // NOLINT - long
EXPECT_TRUE(utils::MakeTempDirectory("mnt.XXXXXX", mnt_path));
dir_remover_.reset(new ScopedDirRemover(*mnt_path));