Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: components/invalidation/impl/fake_invalidation_state_tracker.h

Issue 1472083005: Remove kint64min. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint5
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/invalidation/impl/fake_invalidation_state_tracker.h
diff --git a/components/invalidation/impl/fake_invalidation_state_tracker.h b/components/invalidation/impl/fake_invalidation_state_tracker.h
index 41ae0ace25c45f504c66b55a75650955417adc86..b2bda2165b98e33b67a742e45aa161fbcf756855 100644
--- a/components/invalidation/impl/fake_invalidation_state_tracker.h
+++ b/components/invalidation/impl/fake_invalidation_state_tracker.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
#define COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
+#include <stdint.h>
+
#include "base/memory/weak_ptr.h"
#include "components/invalidation/impl/invalidation_state_tracker.h"
@@ -28,7 +30,7 @@ class FakeInvalidationStateTracker
UnackedInvalidationsMap GetSavedInvalidations() const override;
void Clear() override;
- static const int64 kMinVersion;
+ static const int64_t kMinVersion;
private:
std::string invalidator_client_id_;

Powered by Google App Engine
This is Rietveld 408576698