Index: base/tracked_objects.h |
diff --git a/base/tracked_objects.h b/base/tracked_objects.h |
index c1e070800c856a11eb0737dcac436ee4aa60c4fa..e62948d8d07e9b4feaae3aefa2591d6c5e5c0ddf 100644 |
--- a/base/tracked_objects.h |
+++ b/base/tracked_objects.h |
@@ -200,7 +200,7 @@ class BASE_EXPORT BirthOnThread { |
public: |
BirthOnThread(const Location& location, const ThreadData& current); |
- const Location location() const { return location_; } |
+ const Location& location() const { return location_; } |
const ThreadData* birth_thread() const { return birth_thread_; } |
private: |