Index: chrome/browser/sync/profile_sync_service_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc |
index afc88eba6720df7002b8d17e826110111473da10..747a1db7f1b3f9ffb15104e43292b1c0f562af77 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -29,7 +29,7 @@ |
#include "sync/notifier/object_id_state_map_test_util.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "webkit/glue/webkit_glue.h" |
+#include "webkit/glue/user_agent.h" |
// TODO(akalin): Add tests here that exercise the whole |
// ProfileSyncService/SyncBackendHost stack while mocking out as |