Moving google_apis and GaiaClient to src/google_apis.
TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
chrome
browser
DEPSchrome_to_mobile_service.ccchrome_to_mobile_service.hchrome_to_mobile_service_unittest.ccapp_notify_channel_setup.ccapp_notify_channel_setup.happ_notify_channel_setup_unittest.ccextension_install_prompt.hpermissions_updater.cc
chrome.gypchrome_browser.gypichrome_common.gypichrome_tests.gypichromeos
gdata
login
auth_attempt_state.ccauth_attempt_state.hauthenticator.h
enrollment
existing_user_controller.ccexisting_user_controller_browsertest.cclogin_performer.cclogin_performer.hlogin_status_consumer.hlogin_utils.cclogin_utils.hlogin_utils_browsertest.ccmock_authenticator.hmock_login_status_consumer.ccmock_login_utils.hoauth1_token_fetcher.ccoauth_login_verifier.ccoauth_login_verifier.honline_attempt.cconline_attempt.honline_attempt_host.cconline_attempt_unittest.ccparallel_authenticator.ccparallel_authenticator.hparallel_authenticator_unittest.ccpolicy_oauth_fetcher.cctest_attempt_state.cctest_attempt_state.huser_manager_impl.ccsettings
extensions
api
identity
push_messaging
webstore_private
net
password_manager
policy
browser_policy_connector.cccloud_policy_validator.ccdevice_policy_cache.ccenterprise_install_attributes.ccuser_cloud_policy_store_chromeos.ccuser_policy_signin_service.ccuser_policy_signin_service.huser_policy_signin_service_unittest.cc
printing
profiles
signin
signin_manager.ccsignin_manager.hsignin_manager_unittest.ccsignin_tracker.ccsignin_tracker.hsignin_tracker_unittest.cctoken_service.cctoken_service.htoken_service_unittest.cctoken_service_unittest.hubertoken_fetcher.ccubertoken_fetcher.hubertoken_fetcher_unittest.cc
sync
credential_cache_service_win.cccredential_cache_service_win_unittest.cc
glue
profile_sync_service.ccprofile_sync_service.hprofile_sync_service_autofill_unittest.ccprofile_sync_service_mock.hprofile_sync_service_password_unittest.ccprofile_sync_service_preference_unittest.ccprofile_sync_service_session_unittest.ccprofile_sync_service_startup_unittest.ccprofile_sync_service_typed_url_unittest.ccprofile_sync_service_unittest.ccsync_global_error.ccsync_ui_util.cctest
integration
ui
common
net
gaia
renderer
service
google_apis
DEPSOWNERS
gaia
DEPSOWNERSgaia_auth_consumer.ccgaia_auth_consumer.hgaia_auth_fetcher.ccgaia_auth_fetcher.hgaia_auth_fetcher_unittest.ccgaia_auth_util.ccgaia_auth_util.hgaia_auth_util_unittest.ccgaia_authenticator.ccgaia_authenticator.hgaia_authenticator_unittest.ccgaia_constants.ccgaia_constants.hgaia_oauth_client.ccgaia_oauth_client.hgaia_oauth_client_unittest.ccgaia_switches.ccgaia_switches.hgaia_urls.ccgaia_urls.hgoogle_service_auth_error.ccgoogle_service_auth_error.hgoogle_service_auth_error_unittest.ccmock_url_fetcher_factory.hoauth2_access_token_consumer.hoauth2_access_token_fetcher.ccoauth2_access_token_fetcher.hoauth2_access_token_fetcher_unittest.ccoauth2_api_call_flow.ccoauth2_api_call_flow.hoauth2_api_call_flow_unittest.ccoauth2_mint_token_consumer.hoauth2_mint_token_fetcher.ccoauth2_mint_token_fetcher.hoauth2_mint_token_fetcher_unittest.ccoauth2_mint_token_flow.ccoauth2_mint_token_flow.hoauth2_mint_token_flow_unittest.ccoauth2_revocation_consumer.hoauth2_revocation_fetcher.ccoauth2_revocation_fetcher.hoauth2_revocation_fetcher_unittest.ccoauth_request_signer.ccoauth_request_signer.hoauth_request_signer_unittest.cc
google_api_keys.ccgoogle_api_keys.hgoogle_apis.gypremoting
@ -6,6 +6,7 @@ include_rules = [
|
||||
"+chromeos",
|
||||
"+content/public/browser",
|
||||
"+google/cacheinvalidation", # Sync invalidation API protobuf files.
|
||||
"+google_apis",
|
||||
"+google_update",
|
||||
"+grit", # For generated headers
|
||||
"+installer_util_strings", # For generated headers
|
||||
|
@ -30,9 +30,6 @@
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/cloud_print/cloud_print_helpers.h"
|
||||
#include "chrome/common/extensions/extension_switch_utils.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
@ -41,6 +38,9 @@
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "google/cacheinvalidation/include/types.h"
|
||||
#include "google/cacheinvalidation/types.pb.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "net/base/escape.h"
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/url_request/url_fetcher.h"
|
||||
|
@ -19,9 +19,9 @@
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/profiles/profile_keyed_service.h"
|
||||
#include "chrome/browser/sessions/session_id.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_consumer.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/url_request/url_fetcher_delegate.h"
|
||||
#include "sync/notifier/invalidation_handler.h"
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
namespace {
|
||||
|
@ -15,11 +15,11 @@
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
|
@ -12,9 +12,9 @@
|
||||
#include "base/observer_list.h"
|
||||
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
||||
#include "chrome/browser/chromeos/gdata/operations_base.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -10,11 +10,11 @@
|
||||
#include "base/stringprintf.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "chrome/common/net/url_util.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/http/http_util.h"
|
||||
#include "net/url_request/url_fetcher.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "base/callback.h"
|
||||
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
||||
#include "chrome/browser/chromeos/gdata/operation_registry.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_consumer.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/http/http_response_headers.h"
|
||||
#include "net/url_request/url_fetcher.h"
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
#include <string>
|
||||
|
||||
#include "chrome/browser/chromeos/login/login_status_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "third_party/cros_system_api/dbus/service_constants.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "base/basictypes.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "chrome/browser/chromeos/login/login_status_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#include "chrome/browser/policy/browser_policy_connector.h"
|
||||
#include "chrome/browser/policy/cloud_policy_data_store.h"
|
||||
#include "chrome/browser/policy/enterprise_metrics.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "chromeos/dbus/dbus_thread_manager.h"
|
||||
#include "chromeos/dbus/session_manager_client.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen.h"
|
||||
#include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_actor.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
@ -40,7 +40,6 @@
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/chrome_version_info.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/net/url_util.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
@ -50,6 +49,7 @@
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "content/public/browser/user_metrics.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "net/http/http_auth_cache.h"
|
||||
#include "net/http/http_network_session.h"
|
||||
|
@ -22,11 +22,11 @@
|
||||
#include "chrome/browser/chromeos/login/mock_user_manager.h"
|
||||
#include "chrome/browser/chromeos/login/wizard_controller.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/mock_url_fetcher_factory.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "chrome/test/base/ui_test_utils.h"
|
||||
#include "chromeos/dbus/mock_dbus_thread_manager.h"
|
||||
#include "chromeos/dbus/mock_session_manager_client.h"
|
||||
#include "google_apis/gaia/mock_url_fetcher_factory.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chromeos/dbus/dbus_thread_manager.h"
|
||||
#include "chromeos/dbus/session_manager_client.h"
|
||||
@ -32,6 +31,7 @@
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "content/public/browser/user_metrics.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "net/cookies/cookie_monster.h"
|
||||
#include "net/cookies/cookie_store.h"
|
||||
|
@ -13,9 +13,9 @@
|
||||
#include "chrome/browser/chromeos/login/login_status_consumer.h"
|
||||
#include "chrome/browser/chromeos/login/online_attempt_host.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "net/base/net_errors.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
@ -66,8 +66,6 @@
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/logging_chrome.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
#include "chromeos/chromeos_switches.h"
|
||||
@ -76,6 +74,8 @@
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "media/base/media_switches.h"
|
||||
#include "net/base/network_change_notifier.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
|
||||
class CommandLine;
|
||||
class GURL;
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_browser_process.h"
|
||||
#include "chrome/test/base/testing_pref_service.h"
|
||||
@ -36,6 +34,8 @@
|
||||
#include "chromeos/dbus/mock_session_manager_client.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "net/url_request/test_url_fetcher_factory.h"
|
||||
#include "net/url_request/url_fetcher_delegate.h"
|
||||
#include "net/url_request/url_request.h"
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "chrome/browser/chromeos/login/authenticator.h"
|
||||
#include "chrome/browser/chromeos/login/login_utils.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
class Profile;
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "chrome/browser/chromeos/login/mock_login_status_consumer.h"
|
||||
|
||||
#include "base/message_loop.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "chrome/browser/chromeos/login/authenticator.h"
|
||||
#include "chrome/browser/chromeos/login/login_display_host.h"
|
||||
#include "chrome/browser/chromeos/login/login_utils.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
#include "chrome/browser/chromeos/cros/cros_library.h"
|
||||
#include "chrome/browser/chromeos/cros/network_library.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
|
@ -9,9 +9,9 @@
|
||||
#include "chrome/browser/chromeos/cros/cros_library.h"
|
||||
#include "chrome/browser/chromeos/cros/network_library.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_consumer.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -14,10 +14,10 @@
|
||||
#include "chrome/browser/chromeos/login/auth_attempt_state_resolver.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "net/url_request/url_request_status.h"
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include "chrome/browser/chromeos/login/login_status_consumer.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_consumer.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
class GaiaAuthFetcher;
|
||||
class Profile;
|
||||
|
@ -9,8 +9,8 @@
|
||||
#include "chrome/browser/chromeos/login/auth_attempt_state.h"
|
||||
#include "chrome/browser/chromeos/login/online_attempt.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -13,10 +13,10 @@
|
||||
#include "chrome/browser/chromeos/login/mock_url_fetchers.h"
|
||||
#include "chrome/browser/chromeos/login/online_attempt.h"
|
||||
#include "chrome/browser/chromeos/login/test_attempt_state.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/mock_url_fetcher_factory.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/mock_url_fetcher_factory.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -21,13 +21,13 @@
|
||||
#include "chrome/browser/chromeos/settings/cros_settings.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "chromeos/cryptohome/async_method_caller.h"
|
||||
#include "chromeos/dbus/cryptohome_client.h"
|
||||
#include "chromeos/dbus/dbus_thread_manager.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "crypto/sha2.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
#include "third_party/cros_system_api/dbus/service_constants.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "chrome/browser/chromeos/login/online_attempt.h"
|
||||
#include "chrome/browser/chromeos/login/test_attempt_state.h"
|
||||
#include "chrome/browser/chromeos/settings/device_settings_service.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
|
||||
class LoginFailure;
|
||||
class Profile;
|
||||
|
@ -22,12 +22,12 @@
|
||||
#include "chrome/browser/chromeos/settings/cros_settings.h"
|
||||
#include "chrome/browser/chromeos/settings/device_settings_test_helper.h"
|
||||
#include "chrome/browser/chromeos/settings/stub_cros_settings_provider.h"
|
||||
#include "chrome/common/net/gaia/mock_url_fetcher_factory.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "chromeos/cryptohome/mock_async_method_caller.h"
|
||||
#include "chromeos/dbus/mock_cryptohome_client.h"
|
||||
#include "chromeos/dbus/mock_dbus_thread_manager.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/mock_url_fetcher_factory.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "net/url_request/url_request_status.h"
|
||||
|
@ -10,8 +10,8 @@
|
||||
#include "chrome/browser/policy/user_cloud_policy_manager.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "base/compiler_specific.h"
|
||||
#include "chrome/browser/chromeos/login/auth_attempt_state.h"
|
||||
#include "chrome/browser/chromeos/login/login_status_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -45,12 +45,12 @@
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chromeos/cryptohome/async_method_caller.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/common/url_constants.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "skia/ext/image_operations.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "ui/gfx/codec/png_codec.h"
|
||||
|
@ -16,10 +16,10 @@
|
||||
#include "chrome/browser/chromeos/settings/system_settings_provider.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
||||
|
@ -11,10 +11,10 @@
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/extensions/api/identity/web_auth_flow.h"
|
||||
#include "chrome/browser/extensions/app_notify_channel_setup.h"
|
||||
#include "chrome/browser/extensions/extension_install_prompt.h"
|
||||
#include "chrome/browser/extensions/extension_function.h"
|
||||
#include "chrome/browser/extensions/extension_install_prompt.h"
|
||||
#include "chrome/browser/ui/webui/signin/login_ui_service.h"
|
||||
#include "chrome/common/net/gaia/oauth2_mint_token_flow.h"
|
||||
#include "google_apis/gaia/oauth2_mint_token_flow.h"
|
||||
|
||||
class GetAuthTokenFunctionTest;
|
||||
class MockGetAuthTokenFunction;
|
||||
|
@ -10,10 +10,10 @@
|
||||
#include "chrome/browser/extensions/extension_browsertest.h"
|
||||
#include "chrome/browser/extensions/extension_function_test_utils.h"
|
||||
#include "chrome/browser/ui/webui/signin/login_ui_service.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/net/gaia/oauth2_mint_token_flow.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/test/base/in_process_browser_test.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/oauth2_mint_token_flow.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "net/url_request/url_fetcher.h"
|
||||
#include "net/url_request/url_request_status.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "chrome/common/net/gaia/oauth2_api_call_flow.h"
|
||||
#include "google_apis/gaia/oauth2_api_call_flow.h"
|
||||
|
||||
class GoogleServiceAuthError;
|
||||
|
||||
|
@ -11,12 +11,12 @@
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/gtest_prod_util.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h"
|
||||
#include "chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_delegate.h"
|
||||
#include "chrome/browser/extensions/extension_function.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h"
|
||||
#include "chrome/browser/extensions/extension_function.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -29,12 +29,12 @@
|
||||
#include "chrome/common/extensions/extension_constants.h"
|
||||
#include "chrome/common/extensions/extension_error_utils.h"
|
||||
#include "chrome/common/extensions/extension_l10n_util.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/gpu_data_manager.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
@ -13,10 +13,10 @@
|
||||
#include "chrome/browser/extensions/webstore_install_helper.h"
|
||||
#include "chrome/browser/extensions/webstore_installer.h"
|
||||
#include "chrome/browser/gpu_feature_checker.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/gpu_data_manager_observer.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
class ProfileSyncService;
|
||||
|
||||
|
@ -21,10 +21,10 @@
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "net/base/escape.h"
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/http/http_request_headers.h"
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/extensions/app_notify_channel_ui.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_consumer.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/url_request/url_fetcher.h"
|
||||
#include "net/url_request/url_fetcher_delegate.h"
|
||||
|
@ -13,11 +13,11 @@
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/browser/signin/token_service_unittest.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_pref_service.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/url_request/test_url_fetcher_factory.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "chrome/browser/extensions/crx_installer_error.h"
|
||||
#include "chrome/browser/extensions/image_loading_tracker.h"
|
||||
#include "chrome/common/extensions/url_pattern.h"
|
||||
#include "chrome/common/net/gaia/oauth2_mint_token_flow.h"
|
||||
#include "google_apis/gaia/oauth2_mint_token_flow.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "ui/gfx/image/image.h"
|
||||
#include "ui/gfx/image/image_skia.h"
|
||||
|
@ -14,13 +14,13 @@
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/common/extensions/api/permissions.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/extensions/api/permissions.h"
|
||||
#include "chrome/common/extensions/extension.h"
|
||||
#include "chrome/common/extensions/extension_messages.h"
|
||||
#include "chrome/common/net/gaia/oauth2_mint_token_flow.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/browser/render_process_host.h"
|
||||
#include "google_apis/gaia/oauth2_mint_token_flow.h"
|
||||
|
||||
using content::RenderProcessHost;
|
||||
using extensions::permissions_api_helpers::PackPermissionSet;
|
||||
|
@ -13,11 +13,11 @@
|
||||
#include "base/string_util.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/oauth_request_signer.h"
|
||||
#include "chrome/common/net/url_util.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/oauth_request_signer.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/cookies/parsed_cookie.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/url_request/url_fetcher_delegate.h"
|
||||
|
||||
|
@ -11,10 +11,10 @@
|
||||
#include "base/message_loop.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_consumer.h"
|
||||
#include "chrome/browser/net/gaia/gaia_oauth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "net/http/http_status_code.h"
|
||||
|
@ -15,11 +15,11 @@
|
||||
#include "chrome/browser/ui/sync/one_click_signin_helper.h"
|
||||
#include "chrome/browser/ui/tab_contents/tab_contents.h"
|
||||
#include "chrome/common/autofill_messages.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "content/public/browser/navigation_entry.h"
|
||||
#include "content/public/browser/render_view_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/ssl_status.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "grit/theme_resources.h"
|
||||
|
@ -28,11 +28,11 @@
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "policy/policy_constants.h"
|
||||
|
||||
|
@ -12,9 +12,9 @@
|
||||
#include "chrome/browser/policy/proto/chrome_device_policy.pb.h"
|
||||
#include "chrome/browser/policy/proto/cloud_policy.pb.h"
|
||||
#include "chrome/browser/policy/proto/device_management_backend.pb.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "crypto/signature_verifier.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
|
||||
namespace em = enterprise_management;
|
||||
|
||||
|
@ -23,9 +23,9 @@
|
||||
#include "chrome/browser/policy/proto/chrome_device_policy.pb.h"
|
||||
#include "chrome/browser/policy/proto/device_management_backend.pb.h"
|
||||
#include "chrome/browser/policy/proto/device_management_local.pb.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "chromeos/dbus/dbus_thread_manager.h"
|
||||
#include "chromeos/dbus/update_engine_client.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
#include "policy/policy_constants.h"
|
||||
#include "third_party/cros_system_api/dbus/service_constants.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "chrome/browser/chromeos/cros/cryptohome_library.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
|
||||
namespace policy {
|
||||
|
||||
|
@ -20,10 +20,10 @@
|
||||
#include "chrome/browser/policy/user_policy_token_cache.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_util.h"
|
||||
#include "chromeos/dbus/dbus_thread_manager.h"
|
||||
#include "chromeos/dbus/session_manager_client.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_util.h"
|
||||
|
||||
namespace em = enterprise_management;
|
||||
|
||||
|
@ -15,12 +15,12 @@
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
||||
|
||||
namespace {
|
||||
// TODO(atwilson): Move this once we add OAuth token support to TokenService.
|
||||
|
@ -8,9 +8,9 @@
|
||||
#include "base/basictypes.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "chrome/browser/profiles/profile_keyed_service.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_consumer.h"
|
||||
|
||||
class OAuth2AccessTokenFetcher;
|
||||
class Profile;
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_browser_process.h"
|
||||
#include "chrome/test/base/testing_pref_service.h"
|
||||
@ -26,6 +25,7 @@
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
|
@ -22,15 +22,15 @@
|
||||
#include "chrome/browser/ui/browser_finder.h"
|
||||
#include "chrome/browser/ui/browser_window.h"
|
||||
#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/common/service_messages.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/render_view_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/browser/web_ui.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "grit/locale_settings.h"
|
||||
#include "ui/base/l10n/l10n_font_util.h"
|
||||
|
@ -10,9 +10,9 @@
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/time.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "ui/gfx/native_widget_types.h"
|
||||
|
@ -19,15 +19,15 @@
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_fetcher.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/base/load_flags.h"
|
||||
#include "net/url_request/url_fetcher.h"
|
||||
|
@ -12,9 +12,9 @@
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "base/string16.h"
|
||||
#include "chrome/browser/image_decoder.h"
|
||||
#include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/oauth2_access_token_consumer.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/url_request/url_fetcher_delegate.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
|
@ -20,11 +20,11 @@
|
||||
#include "chrome/browser/sync/profile_sync_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "net/cookies/cookie_monster.h"
|
||||
#include "unicode/regex.h"
|
||||
|
||||
|
@ -25,10 +25,10 @@
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "chrome/browser/api/prefs/pref_change_registrar.h"
|
||||
#include "chrome/browser/profiles/profile_keyed_service.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
class GaiaAuthFetcher;
|
||||
class Profile;
|
||||
|
@ -16,12 +16,12 @@
|
||||
#include "chrome/browser/signin/token_service_unittest.h"
|
||||
#include "chrome/browser/webdata/web_data_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_browser_process.h"
|
||||
#include "chrome/test/base/testing_pref_service.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "net/url_request/test_url_fetcher_factory.h"
|
||||
#include "net/url_request/url_request.h"
|
||||
#include "net/url_request/url_request_status.h"
|
||||
|
@ -10,9 +10,9 @@
|
||||
#include "chrome/browser/sync/profile_sync_service.h"
|
||||
#include "chrome/browser/sync/profile_sync_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
|
||||
static const char* kSignedInServices[] = {
|
||||
GaiaConstants::kSyncService,
|
||||
|
@ -6,10 +6,10 @@
|
||||
#define CHROME_BROWSER_SIGNIN_SIGNIN_TRACKER_H_
|
||||
|
||||
#include "chrome/browser/sync/profile_sync_service_observer.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -14,9 +14,9 @@
|
||||
#include "chrome/browser/sync/profile_sync_service_factory.h"
|
||||
#include "chrome/browser/sync/profile_sync_service_mock.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -12,12 +12,12 @@
|
||||
#include "chrome/browser/webdata/web_data_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "net/url_request/url_request_context_getter.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
@ -52,11 +52,11 @@
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "chrome/browser/profiles/profile_keyed_service.h"
|
||||
#include "chrome/browser/webdata/web_data_service.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
|
||||
class Profile;
|
||||
class TokenServiceTest;
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "chrome/browser/webdata/web_data_service_factory.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/mock_url_fetcher_factory.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/mock_url_fetcher_factory.h"
|
||||
#include "net/url_request/test_url_fetcher_factory.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
@ -9,14 +9,14 @@
|
||||
|
||||
#include "base/message_loop.h"
|
||||
#include "base/synchronization/waitable_event.h"
|
||||
#include "chrome/browser/webdata/web_data_service.h"
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/browser/webdata/web_data_service.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "content/public/test/test_notification_tracker.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
// TestNotificationTracker doesn't do a deep copy on the notification details.
|
||||
|
@ -9,9 +9,9 @@
|
||||
#include "chrome/browser/signin/token_service_factory.h"
|
||||
#include "chrome/browser/signin/ubertoken_fetcher.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "net/base/load_flags.h"
|
||||
|
||||
UbertokenFetcher::UbertokenFetcher(Profile* profile,
|
||||
|
@ -6,13 +6,13 @@
|
||||
#define CHROME_BROWSER_SIGNIN_UBERTOKEN_FETCHER_H_
|
||||
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
||||
#include "chrome/common/net/gaia/gaia_oauth_client.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_auth_fetcher.h"
|
||||
#include "google_apis/gaia/gaia_oauth_client.h"
|
||||
|
||||
// Allow to retrieves an uber-auth token for the user. This class uses the
|
||||
// |TokenService| and considers that the user is already logged in. It will then
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "chrome/browser/signin/token_service.h"
|
||||
#include "chrome/browser/signin/token_service_unittest.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "net/url_request/test_url_fetcher_factory.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
#include "chrome/browser/sync/credential_cache_service_win.h"
|
||||
|
||||
#include "base/base64.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/bind_helpers.h"
|
||||
#include "base/base64.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/file_util.h"
|
||||
@ -29,12 +29,12 @@
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_paths_internal.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
|
||||
namespace syncer {
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/sync/credential_cache_service_win.h"
|
||||
#include "chrome/common/chrome_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
namespace syncer {
|
||||
|
@ -33,10 +33,10 @@
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/chrome_version_info.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/common/content_client.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "jingle/notifier/base/notification_method.h"
|
||||
#include "jingle/notifier/base/notifier_options.h"
|
||||
#include "net/base/host_port_pair.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "base/threading/thread.h"
|
||||
#include "chrome/browser/sync/glue/backend_data_type_configurer.h"
|
||||
#include "chrome/browser/sync/glue/chrome_extensions_activity_monitor.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
#include "sync/internal_api/public/configure_reason.h"
|
||||
|
@ -49,12 +49,12 @@
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/chrome_version_info.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/time_format.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
#include "content/public/browser/notification_details.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "net/cookies/cookie_monster.h"
|
||||
#include "sync/api/sync_error.h"
|
||||
|
@ -29,10 +29,10 @@
|
||||
#include "chrome/browser/sync/invalidations/invalidator_storage.h"
|
||||
#include "chrome/browser/sync/profile_sync_service_observer.h"
|
||||
#include "chrome/browser/sync/sync_prefs.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "content/public/browser/notification_observer.h"
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "content/public/browser/notification_types.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
#include "sync/internal_api/public/engine/model_safe_worker.h"
|
||||
|
@ -45,9 +45,9 @@
|
||||
#include "chrome/browser/webdata/web_data_service_factory.h"
|
||||
#include "chrome/browser/webdata/web_database.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
#include "sync/internal_api/public/read_node.h"
|
||||
#include "sync/internal_api/public/read_transaction.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "chrome/browser/sync/glue/change_processor.h"
|
||||
#include "chrome/browser/sync/glue/data_type_controller.h"
|
||||
#include "chrome/browser/sync/profile_sync_service.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
#include "sync/protocol/sync_protocol_error.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
@ -29,12 +29,12 @@
|
||||
#include "chrome/browser/sync/profile_sync_test_util.h"
|
||||
#include "chrome/browser/sync/test_profile_sync_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/profile_mock.h"
|
||||
#include "content/public/browser/notification_source.h"
|
||||
#include "content/public/test/mock_notification_observer.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "sync/internal_api/public/read_node.h"
|
||||
#include "sync/internal_api/public/read_transaction.h"
|
||||
#include "sync/internal_api/public/write_node.h"
|
||||
|
@ -24,10 +24,10 @@
|
||||
#include "chrome/browser/sync/glue/ui_data_type_controller.h"
|
||||
#include "chrome/browser/sync/profile_sync_test_util.h"
|
||||
#include "chrome/browser/sync/test_profile_sync_service.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_pref_service.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "sync/api/sync_data.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
#include "sync/internal_api/public/change_record.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "chrome/browser/sync/profile_sync_test_util.h"
|
||||
#include "chrome/browser/sync/test_profile_sync_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/test/base/browser_with_test_window_test.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/browser/navigation_entry.h"
|
||||
@ -36,6 +35,7 @@
|
||||
#include "content/public/browser/notification_registrar.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "sync/internal_api/public/base/model_type.h"
|
||||
#include "sync/internal_api/public/change_record.h"
|
||||
|
@ -18,11 +18,11 @@
|
||||
#include "chrome/browser/sync/profile_sync_test_util.h"
|
||||
#include "chrome/browser/sync/test_profile_sync_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_auth_consumer.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
using browser_sync::DataTypeManager;
|
||||
|
@ -36,10 +36,10 @@
|
||||
#include "chrome/browser/sync/profile_sync_test_util.h"
|
||||
#include "chrome/browser/sync/test_profile_sync_service.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/test/base/profile_mock.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/browser/notification_service.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "sync/internal_api/public/read_node.h"
|
||||
#include "sync/internal_api/public/read_transaction.h"
|
||||
|
@ -15,13 +15,13 @@
|
||||
#include "chrome/browser/sync/profile_sync_components_factory_mock.h"
|
||||
#include "chrome/browser/sync/test_profile_sync_service.h"
|
||||
#include "chrome/common/chrome_version_info.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_pref_service.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/common/content_client.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google/cacheinvalidation/include/types.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "sync/js/js_arg_list.h"
|
||||
#include "sync/js/js_event_details.h"
|
||||
#include "sync/js/js_test_util.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "chrome/browser/ui/global_error/global_error_service_factory.h"
|
||||
#include "chrome/browser/ui/webui/signin/login_ui_service.h"
|
||||
#include "chrome/browser/ui/webui/signin/login_ui_service_factory.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
@ -19,9 +19,9 @@
|
||||
#include "chrome/browser/ui/webui/signin/login_ui_service.h"
|
||||
#include "chrome/browser/ui/webui/signin/login_ui_service_factory.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "grit/browser_resources.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "grit/generated_resources.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
#include "chrome/browser/sync/test/integration/bookmarks_helper.h"
|
||||
#include "chrome/browser/sync/test/integration/passwords_helper.h"
|
||||
#include "chrome/browser/sync/test/integration/sync_test.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "sync/protocol/sync_protocol_error.h"
|
||||
|
||||
using bookmarks_helper::AddFolder;
|
||||
|
@ -35,11 +35,11 @@
|
||||
#include "chrome/browser/ui/browser_tabstrip.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/test/base/testing_browser_process.h"
|
||||
#include "chrome/test/base/ui_test_utils.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/test/test_browser_thread.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "net/base/escape.h"
|
||||
#include "net/base/load_flags.h"
|
||||
@ -54,9 +54,9 @@
|
||||
#include "net/url_request/url_request_context.h"
|
||||
#include "net/url_request/url_request_context_getter.h"
|
||||
#include "net/url_request/url_request_status.h"
|
||||
#include "sync/engine/sync_scheduler_impl.h"
|
||||
#include "sync/notifier/p2p_invalidator.h"
|
||||
#include "sync/protocol/sync.pb.h"
|
||||
#include "sync/engine/sync_scheduler_impl.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include "chrome/browser/ui/webui/sync_promo/sync_promo_ui.h"
|
||||
#include "chrome/common/chrome_notification_types.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/net/gaia/gaia_constants.h"
|
||||
#include "chrome/common/net/gaia/gaia_urls.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
#include "content/public/browser/navigation_controller.h"
|
||||
@ -33,6 +31,8 @@
|
||||
#include "content/public/browser/page_navigator.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/referrer.h"
|
||||
#include "google_apis/gaia/gaia_constants.h"
|
||||
#include "google_apis/gaia/gaia_urls.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
#include "grit/generated_resources.h"
|
||||
#include "grit/theme_resources.h"
|
||||
|
@ -46,7 +46,6 @@
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "chrome/common/chrome_version_info.h"
|
||||
#include "chrome/common/jstemplate_builder.h"
|
||||
#include "chrome/common/net/gaia/google_service_auth_error.h"
|
||||
#include "chrome/common/render_messages.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
@ -58,6 +57,7 @@
|
||||
#include "content/public/browser/web_ui_message_handler.h"
|
||||
#include "content/public/common/content_client.h"
|
||||
#include "content/public/common/process_type.h"
|
||||
#include "google_apis/gaia/google_service_auth_error.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
#include "grit/browser_resources.h"
|
||||
#include "grit/chromium_strings.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user