update date in readme.md

PiperOrigin-RevId: 420118461
This commit is contained in:
hais
2022-01-06 12:24:04 -08:00
committed by hai007
parent 53f7d6270e
commit cdcd37c616
13 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "analytics/analytics_recorder.h"
#include "third_party/nearby/cpp/analytics/analytics_recorder.h"
#include <string>
#include <utility>
+1 -1
View File
@@ -19,7 +19,7 @@
#include "absl/container/btree_map.h"
#include "absl/time/time.h"
#include "analytics/connection_attempt_metadata_params.h"
#include "third_party/nearby/cpp/analytics/connection_attempt_metadata_params.h"
#include "core/event_logger.h"
#include "core/payload.h"
#include "core/strategy.h"
+2 -2
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "analytics/analytics_recorder.h"
#include "third_party/nearby/cpp/analytics/analytics_recorder.h"
#include <string>
#include <utility>
@@ -20,7 +20,7 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/time/time.h"
#include "analytics/connection_attempt_metadata_params.h"
#include "third_party/nearby/cpp/analytics/connection_attempt_metadata_params.h"
#include "platform/base/error_code_params.h"
#include "platform/base/error_code_recorder.h"
#include "platform/public/count_down_latch.h"