summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 22:26:14 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 22:26:14 +0000
commit5d921d4cb8e9d5c90366183a523817b99c9bc63f (patch)
tree68a1ebf66dd416e7d174d92f4e7f25d714186a12 /content/app
parent073e501cfce275852b138e41e01136814a39983d (diff)
downloadchromium_src-5d921d4cb8e9d5c90366183a523817b99c9bc63f.zip
chromium_src-5d921d4cb8e9d5c90366183a523817b99c9bc63f.tar.gz
chromium_src-5d921d4cb8e9d5c90366183a523817b99c9bc63f.tar.bz2
Move content_paths.h to content/public/common.
BUG=98716 TBR=avi Review URL: http://codereview.chromium.org/8375007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r--content/app/content_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/content_main.cc b/content/app/content_main.cc
index 4fdf644..9906cdf 100644
--- a/content/app/content_main.cc
+++ b/content/app/content_main.cc
@@ -18,11 +18,11 @@
#include "content/app/startup_helper_win.h"
#include "content/browser/browser_main.h"
#include "content/common/content_constants.h"
-#include "content/common/content_paths.h"
#include "content/common/main_function_params.h"
#include "content/common/sandbox_init_wrapper.h"
#include "content/common/set_process_title.h"
#include "content/public/app/content_main_delegate.h"
+#include "content/public/common/content_paths.h"
#include "content/public/common/content_switches.h"
#include "crypto/nss_util.h"
#include "ipc/ipc_switches.h"