diff options
author | 2020-12-04 11:42:55 -0800 | |
---|---|---|
committer | 2020-12-04 22:17:03 +0000 | |
commit | a3148d24c257b110a71114725d7d0d33c60bbc66 (patch) | |
tree | d4b699b3b7f2602abf2ba366b1789f73fd541baa | |
parent | e4f2215df60f0408d37ec796ececaa32b860d37a (diff) |
Migrate comment to new proto_logging directory
Bug: 167962588
Test: TH
Change-Id: I38998075d8ff09385eb3e77fe26364a85258b3bc
-rw-r--r-- | runtime/compat_framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compat_framework.h b/runtime/compat_framework.h index 0b2426f3d3..bc628d2229 100644 --- a/runtime/compat_framework.h +++ b/runtime/compat_framework.h @@ -29,7 +29,7 @@ class CompatFramework { public: // Compat change reported state // This must be kept in sync with AppCompatibilityChangeReported.State in - // frameworks/base/cmds/statsd/src/atoms.proto + // frameworks/proto_logging/stats/atoms.proto enum class ChangeState { kUnknown, kEnabled, |