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

Unified Diff: components/feedback/feedback_profile_observer.h

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change to moving all of feedback (except syslog collection) Created 6 years, 8 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: components/feedback/feedback_profile_observer.h
diff --git a/chrome/browser/feedback/feedback_profile_observer.h b/components/feedback/feedback_profile_observer.h
similarity index 89%
rename from chrome/browser/feedback/feedback_profile_observer.h
rename to components/feedback/feedback_profile_observer.h
index bde27ff3fa5199d6158cb95a1e0634e7763c39c4..917054ae60c0df017a73a362b0077e4b1ef1f00c 100644
--- a/chrome/browser/feedback/feedback_profile_observer.h
+++ b/components/feedback/feedback_profile_observer.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_FEEDBACK_FEEDBACK_PROFILE_OBSERVER_H_
-#define CHROME_BROWSER_FEEDBACK_FEEDBACK_PROFILE_OBSERVER_H_
+#ifndef COMPONENTS_FEEDBACK_FEEDBACK_PROFILE_OBSERVER_H_
+#define COMPONENTS_FEEDBACK_FEEDBACK_PROFILE_OBSERVER_H_
#include "base/basictypes.h"
#include "base/lazy_instance.h"
@@ -52,4 +52,4 @@ class FeedbackProfileObserver : public content::NotificationObserver {
} // namespace feedback
-#endif // CHROME_BROWSER_FEEDBACK_FEEDBACK_PROFILE_OBSERVER_H_
+#endif // COMPONENTS_FEEDBACK_FEEDBACK_PROFILE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698