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

Unified Diff: chrome/browser/extensions/api/socket/socket_api_unittest.cc

Issue 12093036: Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/extensions/api/socket/socket_api_unittest.cc
diff --git a/chrome/browser/extensions/api/socket/socket_api_unittest.cc b/chrome/browser/extensions/api/socket/socket_api_unittest.cc
index 87028c2b2180688836201f4007fb5a48960d6c3f..d3c7eab8ef37ecd9d89bd3546ee80d7166ea7fdf 100644
--- a/chrome/browser/extensions/api/socket/socket_api_unittest.cc
+++ b/chrome/browser/extensions/api/socket/socket_api_unittest.cc
@@ -27,7 +27,7 @@ class SocketUnitTest : public BrowserWithTestWindowTest {
system->CreateSocketManager();
extension_ = utils::CreateEmptyExtensionWithLocation(
- extensions::Extension::LOAD);
+ extensions::Manifest::LOAD);
}
base::Value* RunFunctionWithExtension(

Powered by Google App Engine
This is Rietveld 408576698