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 d54f5b5f63842e1b4d176322389b496962ff33be..c8b50915304abc50a3da5ea51e2de49e11f91f8c 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 |