Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: chrome/browser/metrics/leak_detector/leak_detector_controller.h

Issue 2047163002: Move leak_detector_controller to its own directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update include paths Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/metrics/leak_detector/leak_detector_controller.h
diff --git a/chrome/browser/metrics/leak_detector_controller.h b/chrome/browser/metrics/leak_detector/leak_detector_controller.h
similarity index 86%
rename from chrome/browser/metrics/leak_detector_controller.h
rename to chrome/browser/metrics/leak_detector/leak_detector_controller.h
index ee72a928e3e3f00a65911112b30cb22b40a55848..7dabdfb8259e222970705533672bfc965d5f9e96 100644
--- a/chrome/browser/metrics/leak_detector_controller.h
+++ b/chrome/browser/metrics/leak_detector/leak_detector_controller.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_METRICS_LEAK_DETECTOR_CONTROLLER_H_
-#define CHROME_BROWSER_METRICS_LEAK_DETECTOR_CONTROLLER_H_
+#ifndef CHROME_BROWSER_METRICS_LEAK_DETECTOR_LEAK_DETECTOR_CONTROLLER_H_
+#define CHROME_BROWSER_METRICS_LEAK_DETECTOR_LEAK_DETECTOR_CONTROLLER_H_
#include <vector>
@@ -46,4 +46,4 @@ class LeakDetectorController : public LeakDetector::Observer {
} // namespace metrics
-#endif // CHROME_BROWSER_METRICS_LEAK_DETECTOR_CONTROLLER_H_
+#endif // CHROME_BROWSER_METRICS_LEAK_DETECTOR_LEAK_DETECTOR_CONTROLLER_H_
« no previous file with comments | « chrome/browser/metrics/leak_detector/OWNERS ('k') | chrome/browser/metrics/leak_detector/leak_detector_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698