summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/integration/profile_sync_service_harness.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 18:18:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 02:19:43 +0000
commit664c07b4a56436648cc9339c18d3bd27ae220964 (patch)
treefc307cecfc6ec1b9d18a154f8d218c1c473e9ef6 /chrome/browser/sync/test/integration/profile_sync_service_harness.h
parentb896c715dd14ec1f7ac800350b40eeb6de2ba868 (diff)
downloadchromium_src-664c07b4a56436648cc9339c18d3bd27ae220964.zip
chromium_src-664c07b4a56436648cc9339c18d3bd27ae220964.tar.gz
chromium_src-664c07b4a56436648cc9339c18d3bd27ae220964.tar.bz2
Switch to standard integer types in chrome/browser/, part 4 of 4.
BUG=138542 TBR=thakis@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1545223002 Cr-Commit-Position: refs/heads/master@{#366884}
Diffstat (limited to 'chrome/browser/sync/test/integration/profile_sync_service_harness.h')
-rw-r--r--chrome/browser/sync/test/integration/profile_sync_service_harness.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
index 8a3dba4..d4958b6 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
@@ -8,8 +8,8 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/sessions/sync_session_snapshot.h"