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

Unified Diff: chrome/plugin/plugin_main_mac.mm

Issue 3052034: base: Rename EnvVarGetter to Environment. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: review Created 10 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/plugin/plugin_main_mac.mm
diff --git a/chrome/plugin/plugin_main_mac.mm b/chrome/plugin/plugin_main_mac.mm
index 119f98683dae4ffd0ef7767bffc7565a37354c88..7c7c879ee450732f983edd647428e30bf938ce26 100644
--- a/chrome/plugin/plugin_main_mac.mm
+++ b/chrome/plugin/plugin_main_mac.mm
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/chrome_application_mac.h"
-#include "base/env_var.h"
+#include "base/environment.h"
#include "base/scoped_ptr.h"
#include "base/string_util.h"
#include "chrome/common/plugin_carbon_interpose_constants_mac.h"
@@ -11,7 +11,7 @@
#if !defined(__LP64__)
void TrimInterposeEnvironment() {
- scoped_ptr<base::EnvVarGetter> env(base::EnvVarGetter::Create());
+ scoped_ptr<base::Environment> env(base::Environment::Create());
std::string interpose_list;
if (!env->GetEnv(plugin_interpose_strings::kDYLDInsertLibrariesKey,

Powered by Google App Engine
This is Rietveld 408576698