| Index: chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| diff --git a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| index ffdedf64be239dc277beb3941a7aa45aa16953c3..b6e41baaec76774005755722031d030c48a4fe8f 100644
|
| --- a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| +++ b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
|
| @@ -8,10 +8,10 @@
|
| #include "base/string_number_conversions.h"
|
| #include "chrome/browser/extensions/app_notification.h"
|
| #include "chrome/browser/extensions/app_notification_manager.h"
|
| -#include "chrome/browser/sync/protocol/app_notification_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/test/test_browser_thread.h"
|
| +#include "sync/protocol/app_notification_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using content::BrowserThread;
|
|
|