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

Unified Diff: chrome/browser/api/DEPS

Issue 12476031: Refactor notifications of chrome/browser/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 7 years, 9 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/api/DEPS
diff --git a/chrome/browser/api/DEPS b/chrome/browser/api/DEPS
index 90c085b0a9a7a0136cf29cab64d6b71ad35fc4f8..103e4a3ffaa094b426cffada8fa484edbf5c874e 100644
--- a/chrome/browser/api/DEPS
+++ b/chrome/browser/api/DEPS
@@ -27,3 +27,9 @@ include_rules = [
"-chrome/browser",
"+chrome/browser/api",
]
+
+specific_include_rules = {
+ '.*autofill_web_data_service\.h': [
+ "!chrome/browser/webdata/web_data_service_observer.h"
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698