diff options
Diffstat (limited to 'chrome/browser/instant/promo_counter.cc')
-rw-r--r-- | chrome/browser/instant/promo_counter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/instant/promo_counter.cc b/chrome/browser/instant/promo_counter.cc index 34c9b2f..91df78e 100644 --- a/chrome/browser/instant/promo_counter.cc +++ b/chrome/browser/instant/promo_counter.cc @@ -7,7 +7,7 @@ #include "base/metrics/histogram.h" #include "base/values.h" #include "chrome/browser/prefs/pref_service.h" -#include "chrome/browser/profile.h" +#include "chrome/browser/profiles/profile.h" // Pref keys. These are relative to pref_key_. static const char* kShowKey = ".show"; |