| Index: chrome/browser/download/download_shelf_unittest.cc
|
| diff --git a/chrome/browser/download/download_shelf_unittest.cc b/chrome/browser/download/download_shelf_unittest.cc
|
| index c16701b0d05dfa589f93542fa88d30f9d9841bfd..ca8d0f8560c8a2c550fe19613f423e6a6b517df5 100644
|
| --- a/chrome/browser/download/download_shelf_unittest.cc
|
| +++ b/chrome/browser/download/download_shelf_unittest.cc
|
| @@ -11,12 +11,12 @@
|
| #include "chrome/browser/download/download_service.h"
|
| #include "chrome/browser/download/download_service_factory.h"
|
| #include "chrome/browser/download/test_download_shelf.h"
|
| -#include "chrome/common/extensions/extension.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/mock_download_item.h"
|
| #include "content/public/test/mock_download_manager.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| +#include "extensions/common/extension.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|