| Index: components/autofill/core/browser/DEPS
 | 
| diff --git a/components/autofill/browser/DEPS b/components/autofill/core/browser/DEPS
 | 
| similarity index 65%
 | 
| rename from components/autofill/browser/DEPS
 | 
| rename to components/autofill/core/browser/DEPS
 | 
| index e59d894e96fab97f90a5f0edbc824f587cb798be..10cf164a08cd5474d258f12a6d6e0f91ecd30962 100644
 | 
| --- a/components/autofill/browser/DEPS
 | 
| +++ b/components/autofill/core/browser/DEPS
 | 
| @@ -1,20 +1,37 @@
 | 
|  include_rules = [
 | 
|    "+components/webdata/common",
 | 
| -  "+content/public/browser",
 | 
| -  "+content/public/common",
 | 
|    "+crypto/random.h",
 | 
|    "+google_apis/gaia",
 | 
|    "+google_apis/google_api_keys.h",
 | 
| -  "+gpu/config/gpu_info.h",
 | 
|    "+net",
 | 
|    "+sql",
 | 
|    "+third_party/libjingle",
 | 
|    "+third_party/libphonenumber",  # For phone number i18n.
 | 
| -  # Allow inclusion of WebKit API files.
 | 
| -  "+third_party/WebKit/public/platform",
 | 
| -  "+third_party/WebKit/Source/WebKit/chromium",
 | 
| -  "+webkit/plugins/webplugininfo.h",
 | 
|  
 | 
| +  # TODO(blundell): Bring this list to zero.
 | 
| +  #
 | 
| +  # Do not add to the list of temporarily-allowed dependencies below,
 | 
| +  # and please do not introduce more #includes of these files.
 | 
| +  "!content/public/browser/android/content_view_core.h",
 | 
| +  "!content/public/browser/browser_context.h",
 | 
| +  "!content/public/browser/browser_thread.h",
 | 
| +  "!content/public/browser/navigation_controller.h",
 | 
| +  "!content/public/browser/navigation_details.h",
 | 
| +  "!content/public/browser/notification_details.h",
 | 
| +  "!content/public/browser/notification_observer.h",
 | 
| +  "!content/public/browser/notification_registrar.h",
 | 
| +  "!content/public/browser/notification_service.h",
 | 
| +  "!content/public/browser/notification_source.h",
 | 
| +  "!content/public/browser/notification_types.h",
 | 
| +  "!content/public/browser/render_view_host.h",
 | 
| +  "!content/public/browser/web_contents.h",
 | 
| +  "!content/public/browser/web_contents_observer.h",
 | 
| +  "!content/public/browser/web_contents_view.h",
 | 
| +  "!content/public/common/frame_navigate_params.h",
 | 
| +  "!content/public/common/url_constants.h",
 | 
| +  "!third_party/WebKit/Source/WebKit/chromium/public/WebAutofillClient.h",
 | 
| +  "!third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h",
 | 
| +  
 | 
|    # TODO(joi): This is "ok" temporarily (it's just a header file with
 | 
|    # a large enum, and doesn't bring in any other dependencies on
 | 
|    # //chrome). The plan of record to get rid of this is to change
 | 
| 
 |