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

Unified Diff: components/prefs_tracker/mock_validation_delegate.h

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified folder to prefs_tracker Created 5 years, 5 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/prefs_tracker/mock_validation_delegate.h
diff --git a/chrome/browser/prefs/tracked/mock_validation_delegate.h b/components/prefs_tracker/mock_validation_delegate.h
similarity index 85%
rename from chrome/browser/prefs/tracked/mock_validation_delegate.h
rename to components/prefs_tracker/mock_validation_delegate.h
index b5fc8a7f4c06ab434dc43b72e77c42305ebce14e..48dd483951c75cd4575b3029ebfa02c184731a8e 100644
--- a/chrome/browser/prefs/tracked/mock_validation_delegate.h
+++ b/components/prefs_tracker/mock_validation_delegate.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PREFS_TRACKED_MOCK_VALIDATION_DELEGATE_H_
-#define CHROME_BROWSER_PREFS_TRACKED_MOCK_VALIDATION_DELEGATE_H_
+#ifndef COMPONENTS_PREFS_TRACKER_MOCK_VALIDATION_DELEGATE_H_
+#define COMPONENTS_PREFS_TRACKER_MOCK_VALIDATION_DELEGATE_H_
#include <string>
#include <vector>
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "chrome/browser/prefs/tracked/pref_hash_filter.h"
-#include "chrome/browser/prefs/tracked/pref_hash_store_transaction.h"
-#include "chrome/browser/prefs/tracked/tracked_preference_validation_delegate.h"
+#include "components/prefs_tracker/pref_hash_filter.h"
+#include "components/prefs_tracker/pref_hash_store_transaction.h"
+#include "components/prefs_tracker/tracked_preference_validation_delegate.h"
// A mock tracked preference validation delegate for use by tests.
class MockValidationDelegate : public TrackedPreferenceValidationDelegate {
@@ -71,4 +71,4 @@ class MockValidationDelegate : public TrackedPreferenceValidationDelegate {
DISALLOW_COPY_AND_ASSIGN(MockValidationDelegate);
};
-#endif // CHROME_BROWSER_PREFS_TRACKED_MOCK_VALIDATION_DELEGATE_H_
+#endif // COMPONENTS_PREFS_TRACKER_MOCK_VALIDATION_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698