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

Unified Diff: content/shell/common/shell_content_client.cc

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « content/shell/common/shell_content_client.h ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/shell_content_client.cc
diff --git a/content/shell/shell_content_client.cc b/content/shell/common/shell_content_client.cc
similarity index 97%
rename from content/shell/shell_content_client.cc
rename to content/shell/common/shell_content_client.cc
index a8f697aedc1cd3a10f80fda0468c5d8e26bad899..6b9a9bf071cbc2d2ba4bf29128dc4d882bf565d2 100644
--- a/content/shell/shell_content_client.cc
+++ b/content/shell/common/shell_content_client.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/shell/shell_content_client.h"
+#include "content/shell/common/shell_content_client.h"
#include "base/command_line.h"
#include "base/strings/string_piece.h"
#include "base/utf_string_conversions.h"
#include "content/public/common/content_switches.h"
-#include "content/shell/shell_switches.h"
+#include "content/shell/common/shell_switches.h"
#include "grit/shell_resources.h"
#include "grit/webkit_resources.h"
#include "grit/webkit_strings.h"
« no previous file with comments | « content/shell/common/shell_content_client.h ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698