summaryrefslogtreecommitdiffstats
path: root/chrome/browser/platform_util_chromeos.cc
diff options
context:
space:
mode:
authorkaznacheev@chromium.org <kaznacheev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 11:19:51 +0000
committerkaznacheev@chromium.org <kaznacheev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 11:19:51 +0000
commit7df1dadbe3d3ccc97bc57ff35a2c1e9764ccc83c (patch)
treed940bb3049eebd92d952cdd50e93994dd0a9a6ef /chrome/browser/platform_util_chromeos.cc
parentdf1c986efabe7322872eff0820c399487972a695 (diff)
downloadchromium_src-7df1dadbe3d3ccc97bc57ff35a2c1e9764ccc83c.zip
chromium_src-7df1dadbe3d3ccc97bc57ff35a2c1e9764ccc83c.tar.gz
chromium_src-7df1dadbe3d3ccc97bc57ff35a2c1e9764ccc83c.tar.bz2
Implementing the new Chrome OS Media Player
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9347046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/platform_util_chromeos.cc')
-rw-r--r--chrome/browser/platform_util_chromeos.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/platform_util_chromeos.cc b/chrome/browser/platform_util_chromeos.cc
index e8a76ef..5f3932d 100644
--- a/chrome/browser/platform_util_chromeos.cc
+++ b/chrome/browser/platform_util_chromeos.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -8,7 +8,7 @@
#include "base/callback.h"
#include "base/file_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/extensions/file_manager_util.h"
+#include "chrome/browser/chromeos/extensions/file_manager_util.h"
#include "chrome/browser/tabs/tab_strip_model.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_list.h"