Index: base/debug/activity_analyzer.h |
diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h |
index 1ee1ab7966543e2e2e91687beffc6f7b685582ef..5333de29166ed2d039c82f35b63b89d65e518ce2 100644 |
--- a/base/debug/activity_analyzer.h |
+++ b/base/debug/activity_analyzer.h |
@@ -113,7 +113,7 @@ class BASE_EXPORT GlobalActivityAnalyzer { |
#if !defined(OS_NACL) |
// Creates a global analyzer using the contents of a file given in |
// |file_path|. |
- std::unique_ptr<GlobalActivityAnalyzer> CreateWithFile( |
+ static std::unique_ptr<GlobalActivityAnalyzer> CreateWithFile( |
const FilePath& file_path); |
#endif // !defined(OS_NACL) |