Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Unified Diff: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc

Issue 10807047: Create content\public\test\test_utils.h to hold common test classes that are used by unit and brows… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
===================================================================
--- chrome/browser/chromeos/extensions/external_filesystem_apitest.cc (revision 147577)
+++ chrome/browser/chromeos/extensions/external_filesystem_apitest.cc (working copy)
@@ -26,9 +26,9 @@
#include "chrome/common/chrome_notification_types.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/test/base/ui_test_utils.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_service.h"
+#include "content/public/test/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "webkit/fileapi/file_system_context.h"
#include "webkit/fileapi/file_system_mount_point_provider.h"
@@ -84,8 +84,8 @@
}
private:
- ui_test_utils::WindowedNotificationObserver page_created_;
- ui_test_utils::WindowedNotificationObserver page_closed_;
+ content::WindowedNotificationObserver page_created_;
+ content::WindowedNotificationObserver page_closed_;
};
// TODO(tbarzic): We should probably share GetTestFilePath and LoadJSONFile
« no previous file with comments | « chrome/browser/chrome_main_browsertest.cc ('k') | chrome/browser/chromeos/login/screen_locker_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698