summaryrefslogtreecommitdiff
path: root/common/action_processor.h
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2018-07-26 00:29:42 -0700
committerJakub Pawlowski <jpawlowski@google.com>2018-10-13 05:24:42 +0000
commit7e1dcf75585d3202ec218d7413d9a5023c44710f (patch)
tree9e3a4984a3a70a77ff38f321a586d352d0c3a72a /common/action_processor.h
parent3eeaf7d1e2e5fe7b90922b2fdad6bd2b30d58fdc (diff)
Uprev libchrome to r576279 (1/multiple)
* StatisticsRecorder no longer need call to Initialize() * tracked_objects::Location -> base::Location * base::*ToString replaced with base::NumberToString Test: compilation Change-Id: I5f912bd15f7cb26df3edc1ad7f4479122ffb6d7a Merged-In: I5f912bd15f7cb26df3edc1ad7f4479122ffb6d7a
Diffstat (limited to 'common/action_processor.h')
-rw-r--r--common/action_processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/action_processor.h b/common/action_processor.h
index f651b8e3..1a67c993 100644
--- a/common/action_processor.h
+++ b/common/action_processor.h
@@ -26,6 +26,8 @@
#include "update_engine/common/error_code.h"
+#include <gtest/gtest_prod.h>
+
// The structure of these classes (Action, ActionPipe, ActionProcessor, etc.)
// is based on the KSAction* classes from the Google Update Engine code at
// http://code.google.com/p/update-engine/ . The author of this file sends