diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:32:56 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:32:56 +0000 |
commit | b1748b1d8916de0ddd9598b762074ecc8897ff7a (patch) | |
tree | 19672f455ee88c6557878aee700812533c72396b /chrome/browser/sync | |
parent | fecda6f15c2eb26abce8a2dacfb400dbce1d1374 (diff) | |
download | chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.zip chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.tar.gz chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.tar.bz2 |
[GTTF] Reduce header dependencies in chrome.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/454004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/glue/change_processor.cc | 2 | ||||
-rwxr-xr-x | chrome/browser/sync/sync_setup_flow.cc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/change_processor.cc b/chrome/browser/sync/glue/change_processor.cc index 4691bd4..6b4e9f7 100644 --- a/chrome/browser/sync/glue/change_processor.cc +++ b/chrome/browser/sync/glue/change_processor.cc @@ -4,6 +4,8 @@ #include "chrome/browser/sync/glue/change_processor.h" +#include <stack> + #include "app/gfx/codec/png_codec.h" #include "base/string_util.h" #include "chrome/browser/bookmarks/bookmark_utils.h" diff --git a/chrome/browser/sync/sync_setup_flow.cc b/chrome/browser/sync/sync_setup_flow.cc index 70d796e..5c4b3d5 100755 --- a/chrome/browser/sync/sync_setup_flow.cc +++ b/chrome/browser/sync/sync_setup_flow.cc @@ -22,6 +22,7 @@ #include "chrome/browser/sync/profile_sync_service.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/pref_names.h" +#include "chrome/common/pref_service.h" #include "grit/locale_settings.h" // XPath expression for finding specific iframes. |