Commit 1880ebd2 authored by Ilya Sherman's avatar Ilya Sherman Committed by Commit Bot

[Cleanup] Add a missing #include.

R=asvitkine@chromium.org

Bug: none
Change-Id: I4e256bef6d7cc6f3af24a5b1241d2279eaf82cad
Reviewed-on: https://chromium-review.googlesource.com/813499
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522418}
parent 47740515
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#ifndef COMPONENTS_VARIATIONS_CLIENT_FILTERABLE_STATE_H_ #ifndef COMPONENTS_VARIATIONS_CLIENT_FILTERABLE_STATE_H_
#define COMPONENTS_VARIATIONS_CLIENT_FILTERABLE_STATE_H_ #define COMPONENTS_VARIATIONS_CLIENT_FILTERABLE_STATE_H_
#include <string>
#include "base/macros.h" #include "base/macros.h"
#include "base/time/time.h" #include "base/time/time.h"
#include "base/version.h" #include "base/version.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment