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

Unified Diff: content/shell/browser/shell_quota_permission_context.cc

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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: content/shell/browser/shell_quota_permission_context.cc
diff --git a/content/shell/shell_quota_permission_context.cc b/content/shell/browser/shell_quota_permission_context.cc
similarity index 93%
rename from content/shell/shell_quota_permission_context.cc
rename to content/shell/browser/shell_quota_permission_context.cc
index fe0df90f003e01f76571fd1bfd0a2ee8880feb89..840e5c3e32f30264380838ad8d16ee1b8c94f577 100644
--- a/content/shell/shell_quota_permission_context.cc
+++ b/content/shell/browser/shell_quota_permission_context.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/shell/shell_quota_permission_context.h"
+#include "content/shell/browser/shell_quota_permission_context.h"
#include "webkit/common/quota/quota_types.h"

Powered by Google App Engine
This is Rietveld 408576698