Index: chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
diff --git a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
index 2e00715ebfd7c01e69ed48a3092ef9617313b7f7..d30426d26ddd8d2ca9f65f1d6540bdb753558703 100644 |
--- a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
+++ b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
@@ -74,7 +74,7 @@ struct ExtensionBasicInfo { |
std::string name; |
std::string url; |
std::string version; |
- Extension::Location location; |
+ extensions::Manifest::Location location; |
}; |
// Compare the fields of |extension| to those in |value|; this is a check to |