summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:20:02 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:20:02 +0000
commitb43e556b26d1c54b47e9deb54fcfc2a4ee6216a3 (patch)
tree5fd9ff94cd23e65508c736a2c0d9736dd43da04b /google_apis
parenta43858f7591e67408d501f885ec1317b5e9ceed5 (diff)
downloadchromium_src-b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3.zip
chromium_src-b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3.tar.gz
chromium_src-b43e556b26d1c54b47e9deb54fcfc2a4ee6216a3.tar.bz2
Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18156002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gaia/oauth2_access_token_fetcher.cc2
-rw-r--r--google_apis/gaia/oauth2_api_call_flow_unittest.cc2
-rw-r--r--google_apis/gaia/oauth_request_signer.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/google_apis/gaia/oauth2_access_token_fetcher.cc b/google_apis/gaia/oauth2_access_token_fetcher.cc
index e5a17f9..456251f 100644
--- a/google_apis/gaia/oauth2_access_token_fetcher.cc
+++ b/google_apis/gaia/oauth2_access_token_fetcher.cc
@@ -11,7 +11,7 @@
#include "base/json/json_reader.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "base/values.h"
#include "google_apis/gaia/gaia_urls.h"
#include "google_apis/gaia/google_service_auth_error.h"
diff --git a/google_apis/gaia/oauth2_api_call_flow_unittest.cc b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
index 2c2f33a..bdfbff6 100644
--- a/google_apis/gaia/oauth2_api_call_flow_unittest.cc
+++ b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
@@ -8,7 +8,7 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "chrome/test/base/testing_profile.h"
#include "google_apis/gaia/gaia_urls.h"
#include "google_apis/gaia/google_service_auth_error.h"
diff --git a/google_apis/gaia/oauth_request_signer.cc b/google_apis/gaia/oauth_request_signer.cc
index 8b665f1..9a82753 100644
--- a/google_apis/gaia/oauth_request_signer.cc
+++ b/google_apis/gaia/oauth_request_signer.cc
@@ -18,7 +18,7 @@
#include "base/rand_util.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "crypto/hmac.h"
#include "googleurl/src/gurl.h"