summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main_linux.cc
diff options
context:
space:
mode:
authorhongbo.min@intel.com <hongbo.min@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 16:04:48 +0000
committerhongbo.min@intel.com <hongbo.min@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 16:04:48 +0000
commit956b3e61442b0d8ff7b4ad02942f4230582b4cb8 (patch)
tree6c1aa654095f2f97f0ce5d2b78268d282d9e8f12 /chrome/browser/chrome_browser_main_linux.cc
parent972ff31ec7540707fdd1c159955a4eb825a3c975 (diff)
downloadchromium_src-956b3e61442b0d8ff7b4ad02942f4230582b4cb8.zip
chromium_src-956b3e61442b0d8ff7b4ad02942f4230582b4cb8.tar.gz
chromium_src-956b3e61442b0d8ff7b4ad02942f4230582b4cb8.tar.bz2
Move device notification impl out of chrome/browser/media_gallery
BUG=145400 TEST=None Review URL: https://chromiumcodereview.appspot.com/10919051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_linux.cc')
-rw-r--r--chrome/browser/chrome_browser_main_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main_linux.cc b/chrome/browser/chrome_browser_main_linux.cc
index be3b048..5c8220e 100644
--- a/chrome/browser/chrome_browser_main_linux.cc
+++ b/chrome/browser/chrome_browser_main_linux.cc
@@ -5,7 +5,7 @@
#include "chrome/browser/chrome_browser_main_linux.h"
#if !defined(OS_CHROMEOS)
-#include "chrome/browser/media_gallery/removable_device_notifications_linux.h"
+#include "chrome/browser/system_monitor/removable_device_notifications_linux.h"
#endif
#if defined(USE_LINUX_BREAKPAD)