commit | 5461886b1e816283a6157aea1f8bd341b84a765c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:37:09 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:37:09 2013 |
tree | ee2c5e80d86e1b2eaa0b0b45284c611d8cbe06fa | |
parent | 00e7befb7e3069deb4afe2e5ef89950ce7480dc5 [diff] [blame] |
Use a direct include of strings headers in chrome/browser/sync*/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16258008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205297 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h index e0e3fcb1..3251348 100644 --- a/chrome/browser/sync/profile_sync_service_mock.h +++ b/chrome/browser/sync/profile_sync_service_mock.h
@@ -8,7 +8,7 @@ #include <string> #include "base/memory/weak_ptr.h" -#include "base/string16.h" +#include "base/strings/string16.h" #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"