summaryrefslogtreecommitdiffstats
path: root/content/browser
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser')
-rw-r--r--content/browser/DEPS2
-rw-r--r--content/browser/gpu_blacklist.cc2
-rw-r--r--content/browser/gpu_blacklist_unittest.cc2
3 files changed, 2 insertions, 4 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS
index eb0e8c0..f333397 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -2,7 +2,5 @@ include_rules = [
# The following directories have been refactored, so no new dependencies
# should be added from these directories.
"-chrome/browser/extensions",
-
- "+content/gpu", # For single-process mode.
]
diff --git a/content/browser/gpu_blacklist.cc b/content/browser/gpu_blacklist.cc
index ee83df3..50486c9 100644
--- a/content/browser/gpu_blacklist.cc
+++ b/content/browser/gpu_blacklist.cc
@@ -14,7 +14,7 @@
#include "base/sys_info.h"
#include "base/values.h"
#include "base/version.h"
-#include "content/common/gpu_info.h"
+#include "content/common/gpu/gpu_info.h"
namespace {
diff --git a/content/browser/gpu_blacklist_unittest.cc b/content/browser/gpu_blacklist_unittest.cc
index ebcf6ba6..79cc0ac 100644
--- a/content/browser/gpu_blacklist_unittest.cc
+++ b/content/browser/gpu_blacklist_unittest.cc
@@ -11,7 +11,7 @@
#include "base/path_service.h"
#include "base/version.h"
#include "content/browser/gpu_blacklist.h"
-#include "content/common/gpu_info.h"
+#include "content/common/gpu/gpu_info.h"
#include "testing/gtest/include/gtest/gtest.h"
class GpuBlacklistTest : public testing::Test {