Skip to content

Commit

Permalink
Remove refcounted_profile_keyed_service.h include from c/b/api.
Browse files Browse the repository at this point in the history
This was a TODO for joi@.

BUG=138280
TBR=joi@chromium.org


Review URL: https://chromiumcodereview.appspot.com/11725004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174794 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed Jan 1, 2013
1 parent 9b43561 commit 1ab30de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions chrome/browser/api/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,4 @@
include_rules = [
"-chrome/browser",
"+chrome/browser/api",

# TODO(joi): Get rid of this.
"!chrome/browser/profiles/refcounted_profile_keyed_service.h",
]

specific_include_rules = {
".*_[a-z]+test\.cc": [
"+chrome/test",
],
}
1 change: 0 additions & 1 deletion chrome/browser/api/webdata/web_data_service_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_API_WEBDATA_WEB_DATA_SERVICE_BASE_H_
#define CHROME_BROWSER_API_WEBDATA_WEB_DATA_SERVICE_BASE_H_

#include "chrome/browser/profiles/refcounted_profile_keyed_service.h"
#include "content/public/browser/notification_source.h"

// Base for WebDataService class hierarchy.
Expand Down
1 change: 1 addition & 0 deletions chrome/browser/webdata/web_data_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "chrome/browser/api/webdata/web_data_results.h"
#include "chrome/browser/api/webdata/web_data_service_base.h"
#include "chrome/browser/api/webdata/web_data_service_consumer.h"
#include "chrome/browser/profiles/refcounted_profile_keyed_service.h"
#include "chrome/browser/search_engines/template_url.h"
#include "chrome/browser/search_engines/template_url_id.h"
#include "chrome/browser/webdata/keyword_table.h"
Expand Down

0 comments on commit 1ab30de

Please sign in to comment.